Rewrite JsonRPC requests using asyncio.
- commands are async - the asyncio loop is started and stopped from the main script - the daemon's main loop runs in the main thread - use jsonrpcserver and jsonrpcclient instead of jsonrpclib
This commit is contained in:
@@ -31,7 +31,7 @@ FEERATE_STATIC_VALUES = [1000, 2000, 5000, 10000, 20000, 30000,
|
||||
FEERATE_REGTEST_HARDCODED = 180000 # for eclair compat
|
||||
|
||||
|
||||
config = None
|
||||
config = {}
|
||||
_logger = get_logger(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user