mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Update Polkadot (#4561)
* add existential deposit * cargo +nightly fmt * add EXISTENTIAL_DEPOSIT to runtimes
This commit is contained in:
@@ -299,7 +299,7 @@ impl pallet_indices::Config for Runtime {
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
pub const ExistentialDeposit: Balance = 1 * CENTS;
|
||||
pub const ExistentialDeposit: Balance = EXISTENTIAL_DEPOSIT;
|
||||
pub const MaxLocks: u32 = 50;
|
||||
pub const MaxReserves: u32 = 50;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user