Skip to content

Commit

Permalink
fix: Changed vesting parameters to work with tinkernet reward distrib…
Browse files Browse the repository at this point in the history
…ution
  • Loading branch information
arrudagates committed Aug 9, 2022
1 parent 11957d9 commit 293824a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions runtime/brainstorm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -997,8 +997,8 @@ impl orml_xcm::Config for Runtime {
}

parameter_types! {
pub const MinVestedTransfer: Balance = UNIT * 100;
pub const MaxVestingSchedules: u32 = 2u32;
pub const MinVestedTransfer: Balance = UNIT * 1;
pub const MaxVestingSchedules: u32 = 50u32;
}

parameter_types! {
Expand Down
4 changes: 2 additions & 2 deletions runtime/tinkernet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -995,8 +995,8 @@ impl orml_xcm::Config for Runtime {
}

parameter_types! {
pub const MinVestedTransfer: Balance = UNIT * 100;
pub const MaxVestingSchedules: u32 = 2u32;
pub const MinVestedTransfer: Balance = UNIT * 1;
pub const MaxVestingSchedules: u32 = 50u32;
}

parameter_types! {
Expand Down

0 comments on commit 293824a

Please sign in to comment.