mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 02:21:03 +00:00
Urgent patch
This commit is contained in:
@@ -386,7 +386,7 @@ decl_storage! {
|
|||||||
pub Locks get(fn locks): map hasher(blake2_256) T::AccountId => Vec<BalanceLock<T::Balance>>;
|
pub Locks get(fn locks): map hasher(blake2_256) T::AccountId => Vec<BalanceLock<T::Balance>>;
|
||||||
|
|
||||||
/// True if network has been upgraded to this version.
|
/// True if network has been upgraded to this version.
|
||||||
IsUpgraded: bool;
|
IsUpgraded: bool = true;
|
||||||
}
|
}
|
||||||
add_extra_genesis {
|
add_extra_genesis {
|
||||||
config(balances): Vec<(T::AccountId, T::Balance)>;
|
config(balances): Vec<(T::AccountId, T::Balance)>;
|
||||||
|
|||||||
Reference in New Issue
Block a user