1
0

tests: interface: fix estimatefee response (wrong unit)

This commit is contained in:
SomberNight
2025-11-03 16:45:56 +00:00
parent 325b83b30a
commit b1fc5b2461

View File

@@ -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}