Skip to content

Commit

Permalink
evil: fix proposal for #2630
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Apr 4, 2024
1 parent 6f178ac commit e94709d
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 @@ -1910,7 +1910,7 @@ fn propose_inflation(test: &Test) -> Result<Epoch> {
"author": albert,
"voting_start_epoch": start_epoch,
"voting_end_epoch": start_epoch + 3_u64,
"grace_epoch": start_epoch + 6_u64,
"activation_epoch": start_epoch + 6_u64,
},
"data": TestWasms::TxProposalIbcTokenInflation.read_bytes()
});
Expand Down

0 comments on commit e94709d

Please sign in to comment.