Skip to content

Commit

Permalink
undo last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtlofgren committed Jul 25, 2023
1 parent 4e0518e commit 2c8602e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/ledger/inflation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl RewardsController {
} else {
Dec::zero()
};
let inflation = token::Amount::from_uint(inflation.to_uint().unwrap(), 6).unwrap();
let inflation = token::Amount::from_uint(inflation.to_uint().unwrap(), 0).unwrap();

ValsToUpdate {
locked_ratio,
Expand Down

0 comments on commit 2c8602e

Please sign in to comment.