mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
xmr: Default "trusted_daemon" setting to true.
This commit is contained in:
@@ -2470,7 +2470,7 @@ def main():
|
||||
"zmqport": XMR_ZMQ_PORT + port_offset,
|
||||
"walletrpcport": XMR_WALLET_RPC_PORT + port_offset,
|
||||
"rpchost": XMR_RPC_HOST,
|
||||
"trusted_daemon": extra_opts.get("trust_remote_node", "auto"),
|
||||
"trusted_daemon": extra_opts.get("trust_remote_node", True),
|
||||
"walletrpchost": XMR_WALLET_RPC_HOST,
|
||||
"walletrpcuser": XMR_WALLET_RPC_USER,
|
||||
"walletrpcpassword": XMR_WALLET_RPC_PWD,
|
||||
@@ -2493,7 +2493,7 @@ def main():
|
||||
"zmqport": WOW_ZMQ_PORT + port_offset,
|
||||
"walletrpcport": WOW_WALLET_RPC_PORT + port_offset,
|
||||
"rpchost": WOW_RPC_HOST,
|
||||
"trusted_daemon": extra_opts.get("trust_remote_node", "auto"),
|
||||
"trusted_daemon": extra_opts.get("trust_remote_node", True),
|
||||
"walletrpchost": WOW_WALLET_RPC_HOST,
|
||||
"walletrpcuser": WOW_WALLET_RPC_USER,
|
||||
"walletrpcpassword": WOW_WALLET_RPC_PWD,
|
||||
|
||||
Reference in New Issue
Block a user