mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
Pallet-Multisig to framev2 (#8741)
* the great migration * benchmarks to work * unnecessary T: Config * Update frame/multisig/src/lib.rs Co-authored-by: Keith Yeung <kungfukeith11@gmail.com> * Update frame/multisig/src/lib.rs Co-authored-by: Keith Yeung <kungfukeith11@gmail.com> * Update frame/multisig/src/lib.rs Co-authored-by: Keith Yeung <kungfukeith11@gmail.com> * Update frame/multisig/src/lib.rs Co-authored-by: Keith Yeung <kungfukeith11@gmail.com> * Update frame/multisig/src/lib.rs * line width * get to compile Co-authored-by: Keith Yeung <kungfukeith11@gmail.com> Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
@@ -425,7 +425,7 @@ fn multisig_2_of_3_cannot_reissue_same_call() {
|
||||
assert_ok!(Multisig::as_multi(Origin::signed(3), 2, vec![1, 2], Some(now()), data.clone(), false, call_weight));
|
||||
|
||||
let err = DispatchError::from(BalancesError::<Test, _>::InsufficientBalance).stripped();
|
||||
System::assert_last_event(RawEvent::MultisigExecuted(3, now(), multi, hash, Err(err)).into());
|
||||
System::assert_last_event(pallet_multisig::Event::MultisigExecuted(3, now(), multi, hash, Err(err)).into());
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user