mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
rpc_passwd -> rpc_password. The former can be confusing since the bitcoind parameter is rpcpassword. Avoiding that.
This commit is contained in:
@@ -173,7 +173,7 @@ if __name__ == "__main__":
|
||||
if opt in ["--btcrpcuser"]:
|
||||
command_line_conf["BTC_RPC_USER"] = arg
|
||||
if opt in ["--btcrpcpassword"]:
|
||||
command_line_conf["BTC_RPC_PASSWD"] = arg
|
||||
command_line_conf["BTC_RPC_PASSWORD"] = arg
|
||||
if opt in ["--btcrpcconnect"]:
|
||||
command_line_conf["BTC_RPC_CONNECT"] = arg
|
||||
if opt in ["--btcrpcport"]:
|
||||
|
||||
Reference in New Issue
Block a user