Skip to content

Commit

Permalink
Changes masp epoch multiplier in ibc proposal test
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed May 30, 2024
1 parent 9eef322 commit 1e7a9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ fn pgf_over_ibc_with_hermes() -> Result<()> {

#[test]
fn proposal_ibc_token_inflation() -> Result<()> {
const MASP_EPOCH_MULTIPLIER: u64 = 1;
const MASP_EPOCH_MULTIPLIER: u64 = 2;
let update_genesis =
|mut genesis: templates::All<templates::Unvalidated>, base_dir: &_| {
genesis.parameters.parameters.epochs_per_year =
Expand Down

0 comments on commit 1e7a9a2

Please sign in to comment.