Skip to content

Commit

Permalink
Merge pull request #2 from kamilchodola/kch/fix_fee_History
Browse files Browse the repository at this point in the history
Fix order of params in feeHistory
  • Loading branch information
kamilchodola authored Apr 17, 2024
2 parents ed6f2a8 + 46d6dc9 commit 95acced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flood/tests/equality_tests/equality_test_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ def get_vanilla_equality_tests(
'eth_feeHistory',
ctc.rpc.construct_eth_fee_history,
[
BLOCK_RANGE,
int(start_block),
BLOCK_RANGE
],
{},
),
Expand Down

0 comments on commit 95acced

Please sign in to comment.