commit 7f314d346e068d73189e5517b5a0c7ca0e7e7568
parent 5b51e65826db240e46b2bd12eaf75bbe96e8e710
Author: parazyd <parazyd@dyne.org>
Date: Thu, 6 May 2021 18:45:01 +0200
Update test case for estimatefee.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_electrum_protocol.py b/tests/test_electrum_protocol.py
@@ -140,7 +140,7 @@ async def test_block_headers(protocol, writer, method):
async def test_estimatefee(protocol, writer, method):
params = [2]
- expect = -1
+ expect = 0.00001
data = await protocol.estimatefee(writer, {"params": params})
assert_equal(data["result"], expect)