Fix getwalletinfo + various fixes.

This commit is contained in:
gerlofvanek
2025-10-13 19:37:36 +02:00
parent eb46a4fcc5
commit 1a9c153306
4 changed files with 107 additions and 38 deletions

View File

@@ -12,7 +12,7 @@ from basicswap.rpc import Jsonrpc
class RPCConnectionPool:
def __init__(
self, url, max_connections=5, timeout=30, logger=None, max_idle_time=300
self, url, max_connections=5, timeout=10, logger=None, max_idle_time=300
):
self.url = url
self.max_connections = max_connections