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:
@@ -26,7 +26,7 @@ def bitcoin_cli(btc_connect_params):
|
||||
"http://%s:%s@%s:%d"
|
||||
% (
|
||||
btc_connect_params.get("BTC_RPC_USER"),
|
||||
btc_connect_params.get("BTC_RPC_PASSWD"),
|
||||
btc_connect_params.get("BTC_RPC_PASSWORD"),
|
||||
btc_connect_params.get("BTC_RPC_CONNECT"),
|
||||
btc_connect_params.get("BTC_RPC_PORT"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user