We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325b83b commit b1fc5b2Copy full SHA for b1fc5b2
tests/test_interface.py
@@ -179,7 +179,7 @@ async def _handle_server_features(self) -> dict:
179
}
180
181
async def _handle_estimatefee(self, number, mode=None):
182
- return 1000
+ return 0.00001000
183
184
def _get_headersub_result(self):
185
return {'hex': BLOCK_HEADERS[self.cur_height].hex(), 'height': self.cur_height}
0 commit comments