Skip to content

Commit b1fc5b2

Browse files
committed
tests: interface: fix estimatefee response (wrong unit)
1 parent 325b83b commit b1fc5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ async def _handle_server_features(self) -> dict:
179179
}
180180

181181
async def _handle_estimatefee(self, number, mode=None):
182-
return 1000
182+
return 0.00001000
183183

184184
def _get_headersub_result(self):
185185
return {'hex': BLOCK_HEADERS[self.cur_height].hex(), 'height': self.cur_height}

0 commit comments

Comments
 (0)