mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 15:28:02 +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>>;
|
||||
|
||||
/// True if network has been upgraded to this version.
|
||||
IsUpgraded: bool;
|
||||
IsUpgraded: bool = true;
|
||||
}
|
||||
add_extra_genesis {
|
||||
config(balances): Vec<(T::AccountId, T::Balance)>;
|
||||
|
||||
Reference in New Issue
Block a user