mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +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:
@@ -137,7 +137,7 @@ pub mod tests {
|
||||
|
||||
// all of this is coming from `frame_system::config_preludes::TestDefaultConfig`.
|
||||
|
||||
// type Index = u32;
|
||||
// type Nonce = u32;
|
||||
// type BlockNumber = u32;
|
||||
// type Header =
|
||||
// sp_runtime::generic::Header<frame_system::pallet_prelude::BlockNumberFor<Self>,
|
||||
|
||||
Reference in New Issue
Block a user