Skip to content

Commit

Permalink
workaround for informalsystems#4176
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Nov 4, 2024
1 parent a4ed34e commit df9e517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/integration-test/src/tests/fee/filter_fees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ struct FilterIncentivizedFeesRelayerTest;

impl TestOverrides for FilterIncentivizedFeesRelayerTest {
fn modify_relayer_config(&self, config: &mut Config) {
config.mode.packets.clear_on_start = false;
config.mode.packets.clear_interval = 0;
config.mode.packets.auto_register_counterparty_payee = true;
let recv_fee = MinFee::new(50, Some("samoleans".to_owned()));
let fees_filters = FeePolicy::new(vec![recv_fee]);
Expand Down

0 comments on commit df9e517

Please sign in to comment.