mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +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"),
|
||||
)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[bitcoind]
|
||||
btc_rpc_user = user
|
||||
btc_rpc_passwd = passwd
|
||||
btc_rpc_password = passwd
|
||||
btc_rpc_connect = localhost
|
||||
btc_rpc_port = 18445
|
||||
btc_network = regtest
|
||||
|
||||
Reference in New Issue
Block a user