Skip to content

Commit

Permalink
test: use new fee amount
Browse files Browse the repository at this point in the history
  • Loading branch information
snobbee committed Nov 14, 2023
1 parent c45a35d commit aa70707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/src/py/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def sifchain_fees(sifchain_fees_int):
# See https://github.com/Sifchain/sifnode/pull/1802#discussion_r697403408
@pytest.fixture
def sifchain_fees_int():
return 100000000000000000
return 20000000000000000000


@pytest.fixture
Expand Down

0 comments on commit aa70707

Please sign in to comment.