Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jul 10, 2023
1 parent 74eee2d commit 713dee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/e2e/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ fn masp_incentives() -> Result<()> {
Some(60)
)?;
let amt = ((amt20 * masp_rewards[&btc()]).0 * (ep5.0 - ep0.0))
+ ((amt10 * masp_rewards[&(eth(), None)]).0 * (ep5.0 - ep3.0));
+ ((amt10 * masp_rewards[&eth()]).0 * (ep5.0 - ep3.0));
let denominated = DenominatedAmount {
amount: amt,
denom: NATIVE_MAX_DECIMAL_PLACES.into(),
Expand Down

0 comments on commit 713dee1

Please sign in to comment.