mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +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:
@@ -25,7 +25,7 @@ use frame_benchmarking::{benchmarks, account, impl_benchmark_test_suite};
|
||||
use sp_runtime::traits::Bounded;
|
||||
use core::convert::TryInto;
|
||||
|
||||
use crate::Module as Multisig;
|
||||
use crate::Pallet as Multisig;
|
||||
|
||||
const SEED: u32 = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user