mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
Update weight for im-online (#5771)
* implementation using Keys::decode_len * add heartbeat new param * address issues * improve doc * fix test * fix overflow
This commit is contained in:
@@ -51,6 +51,7 @@ fn should_submit_unsigned_transaction() {
|
||||
network_state: Default::default(),
|
||||
session_index: 1,
|
||||
authority_index: 0,
|
||||
validators_len: 0,
|
||||
};
|
||||
|
||||
let call = pallet_im_online::Call::heartbeat(heartbeat_data, signature);
|
||||
|
||||
Reference in New Issue
Block a user