reduce min vested transfer by 100x (#2891)

This commit is contained in:
Shawn Tabrizi
2021-04-16 14:00:23 -04:00
committed by GitHub
parent 196b9a94c6
commit 23db3479a0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -829,7 +829,7 @@ impl pallet_society::Config for Runtime {
} }
parameter_types! { parameter_types! {
pub const MinVestedTransfer: Balance = 100 * DOLLARS; pub const MinVestedTransfer: Balance = 1 * DOLLARS;
} }
impl pallet_vesting::Config for Runtime { impl pallet_vesting::Config for Runtime {
+1 -1
View File
@@ -785,7 +785,7 @@ impl claims::Config for Runtime {
} }
parameter_types! { parameter_types! {
pub const MinVestedTransfer: Balance = 100 * DOLLARS; pub const MinVestedTransfer: Balance = 1 * DOLLARS;
} }
impl pallet_vesting::Config for Runtime { impl pallet_vesting::Config for Runtime {
+1 -1
View File
@@ -605,7 +605,7 @@ impl pallet_recovery::Config for Runtime {
} }
parameter_types! { parameter_types! {
pub const MinVestedTransfer: Balance = 100 * DOLLARS; pub const MinVestedTransfer: Balance = 1 * DOLLARS;
} }
impl pallet_vesting::Config for Runtime { impl pallet_vesting::Config for Runtime {