mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 20:35:41 +00:00
tests: add WeightReclaim signed ext (#1893)
This commit is contained in:
@@ -341,6 +341,7 @@ async fn decode_signed_extensions_from_blocks() {
|
|||||||
"CheckWeight",
|
"CheckWeight",
|
||||||
"ChargeAssetTxPayment",
|
"ChargeAssetTxPayment",
|
||||||
"CheckMetadataHash",
|
"CheckMetadataHash",
|
||||||
|
"WeightReclaim",
|
||||||
];
|
];
|
||||||
|
|
||||||
assert_eq!(extensions1.iter().count(), expected_signed_extensions.len());
|
assert_eq!(extensions1.iter().count(), expected_signed_extensions.len());
|
||||||
|
|||||||
Reference in New Issue
Block a user