We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b028dc0 commit d224d76Copy full SHA for d224d76
1 file changed
plugin-adapter.py
@@ -575,7 +575,7 @@ async def get_plugin_fees(currency):
575
576
socket = coins[currency]['socket']
577
578
- res = await socket.send_message("blockchain.relayfee", (), timeout=5)
+ res = await socket.send_message("blockchain.relayfee", (), timeout=1)
579
580
if res == OS_ERROR or res == OTHER_EXCEPTION:
581
return None
0 commit comments