mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01: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! {
|
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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user