diff --git a/tests/test_interface.py b/tests/test_interface.py index 18fcce7bd..0f9a0e2e0 100644 --- a/tests/test_interface.py +++ b/tests/test_interface.py @@ -179,7 +179,7 @@ class ToyServerSession(aiorpcx.RPCSession, Logger): } async def _handle_estimatefee(self, number, mode=None): - return 1000 + return 0.00001000 def _get_headersub_result(self): return {'hex': BLOCK_HEADERS[self.cur_height].hex(), 'height': self.cur_height}