mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 01:07:57 +00:00
node: fix integration test transaction format (#3306)
This commit is contained in:
committed by
Bastian Köcher
parent
83b148f514
commit
a7c6950f1b
@@ -431,7 +431,7 @@ mod tests {
|
||||
let take_fees = balances::TakeFees::from(0);
|
||||
let extra = (check_genesis, check_era, check_nonce, check_weight, take_fees);
|
||||
|
||||
let raw_payload = (function, extra.clone(), genesis_hash);
|
||||
let raw_payload = (function, extra.clone(), genesis_hash, genesis_hash);
|
||||
let signature = raw_payload.using_encoded(|payload| if payload.len() > 256 {
|
||||
signer.sign(&blake2_256(payload)[..])
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user