From aa70707b8882d296c385242e9617f12df40b9576 Mon Sep 17 00:00:00 2001 From: Snobbish Bee <125891987+snobbee@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:13:07 +0100 Subject: [PATCH] test: use new fee amount --- test/integration/src/py/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/src/py/conftest.py b/test/integration/src/py/conftest.py index 99b737c871..926e2eb258 100644 --- a/test/integration/src/py/conftest.py +++ b/test/integration/src/py/conftest.py @@ -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