Skip to content

Commit 439d799

Browse files
committed
SignedExts add CheckMetadataHash
1 parent 43ef503 commit 439d799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extrinsic.go

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ var signedExts = map[string]bool{
4747
"ChargeTransactionPayment": false,
4848
"CheckBlockGasLimit": false,
4949
"ChargeAssetTxPayment": true,
50+
"CheckMetadataHash": true,
5051
}
5152

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

0 commit comments

Comments
 (0)