Skip to content

Commit

Permalink
Runtime 1002005 extrinsic extras fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Jul 1, 2024
1 parent 5480fd1 commit 3038ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subvt-types/src/substrate/extrinsic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ impl SubstrateExtrinsic {
let era: sp_runtime::generic::Era = Decode::decode(&mut *bytes)?;
let nonce: Compact<u32> = Decode::decode(&mut *bytes)?; // u32
let tip: Compact<Balance> = Decode::decode(&mut *bytes)?;
let _extra: u8 = Decode::decode(&mut *bytes)?;
let signature = Signature {
signer,
signature,
Expand Down

0 comments on commit 3038ae4

Please sign in to comment.