Skip to content

Commit

Permalink
Init price
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Feb 9, 2024
1 parent 95f8e40 commit 800ac24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/astar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1170,8 +1170,7 @@ use sp_arithmetic::fixed_point::FixedU64;
pub struct InitActivePriceGet;
impl Get<FixedU64> for InitActivePriceGet {
fn get() -> FixedU64 {
// TODO: calculate this!
FixedU64::from_rational(15, 100)
FixedU64::from_rational(18, 100)
}
}

Expand Down

0 comments on commit 800ac24

Please sign in to comment.