mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
rpc_passwd -> rpc_password. The former can be confusing since the bitcoind parameter is rpcpassword. Avoiding that.
This commit is contained in:
@@ -22,7 +22,7 @@ def bitcoin_cli():
|
||||
"http://%s:%s@%s:%d"
|
||||
% (
|
||||
config.get("BTC_RPC_USER"),
|
||||
config.get("BTC_RPC_PASSWD"),
|
||||
config.get("BTC_RPC_PASSWORD"),
|
||||
config.get("BTC_RPC_CONNECT"),
|
||||
config.get("BTC_RPC_PORT"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user