mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-02 13:14:33 +01:00
rpc_passwd -> rpc_password. The former can be confusing since the bitcoind parameter is rpcpassword. Avoiding that.
This commit is contained in:
@@ -58,7 +58,7 @@ The configuration file options to change the network where `teos` will run are t
|
||||
```
|
||||
[bitcoind]
|
||||
btc_rpc_user = "user"
|
||||
btc_rpc_passwd = "passwd"
|
||||
btc_rpc_password = "passwd"
|
||||
btc_rpc_connect = "localhost"
|
||||
btc_rpc_port = 8332
|
||||
btc_network = "mainnet"
|
||||
@@ -69,7 +69,7 @@ For regtest, it should look like:
|
||||
```
|
||||
[bitcoind]
|
||||
btc_rpc_user = "user"
|
||||
btc_rpc_passwd = "passwd"
|
||||
btc_rpc_password = "passwd"
|
||||
btc_rpc_connect = "localhost"
|
||||
btc_rpc_port = 18443
|
||||
btc_network = "regtest"
|
||||
|
||||
Reference in New Issue
Block a user