mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 00:41:03 +00:00
Replace system config Index for Nonce (#14290)
* replace Index by Nonce * replace Index by Nonce * replace Index by Nonce * replace Index by Nonce * replace Index by Nonce * wip * remove index in lieu of nonce * wip * remove accountnonce in lieu of nonce * add minor improvement * rebase and merge conflicts
This commit is contained in:
@@ -52,7 +52,7 @@ impl frame_system::Config for Test {
|
||||
type Hash = H256;
|
||||
type Hashing = BlakeTwo256;
|
||||
type Block = Block;
|
||||
type Index = u64;
|
||||
type Nonce = u64;
|
||||
type Lookup = IdentityLookup<Self::AccountId>;
|
||||
type OnKilledAccount = ();
|
||||
type OnNewAccount = ();
|
||||
|
||||
Reference in New Issue
Block a user