Skip to content

Commit b9d6b29

Browse files
authored
Add WeightReclaim transaction extension to known extensions (#6102)
* Add WeightReclaim transaction extension * lint
1 parent 01883dd commit b9d6b29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/types/src/extrinsic/signedExtensions/substrate.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ export const substrate: ExtDef = {
7070
CheckWeight: emptyCheck,
7171
LockStakingStatus: emptyCheck,
7272
SkipCheckIfFeeless: ChargeTransactionPayment,
73-
ValidateEquivocationReport: emptyCheck
73+
ValidateEquivocationReport: emptyCheck,
74+
WeightReclaim: emptyCheck
7475
};

0 commit comments

Comments
 (0)