mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
reduce min vested transfer by 100x (#2891)
This commit is contained in:
@@ -829,7 +829,7 @@ impl pallet_society::Config for Runtime {
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
pub const MinVestedTransfer: Balance = 100 * DOLLARS;
|
||||
pub const MinVestedTransfer: Balance = 1 * DOLLARS;
|
||||
}
|
||||
|
||||
impl pallet_vesting::Config for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user