We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ef503 commit 439d799Copy full SHA for 439d799
extrinsic.go
@@ -47,6 +47,7 @@ var signedExts = map[string]bool{
47
"ChargeTransactionPayment": false,
48
"CheckBlockGasLimit": false,
49
"ChargeAssetTxPayment": true,
50
+ "CheckMetadataHash": true,
51
}
52
53
func (e *ExtrinsicDecoder) Init(data scaleBytes.ScaleBytes, option *scaleType.ScaleDecoderOption) {
0 commit comments