Skip to content

Commit

Permalink
SignedExts add CheckMetadataHash
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed May 30, 2024
1 parent 43ef503 commit 439d799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extrinsic.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ var signedExts = map[string]bool{
"ChargeTransactionPayment": false,
"CheckBlockGasLimit": false,
"ChargeAssetTxPayment": true,
"CheckMetadataHash": true,
}

func (e *ExtrinsicDecoder) Init(data scaleBytes.ScaleBytes, option *scaleType.ScaleDecoderOption) {
Expand Down

0 comments on commit 439d799

Please sign in to comment.