SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f4f8098f07f94ee6caec44865ffa7aa366d92020
parent 44b0e80987e99541b8dd12fa162ce0e8d3162e2c
Author: Nick <nicholas.w.farrow@gmail.com>
Date:   Tue, 25 May 2021 15:28:17 +1000

fix type
Diffstat:
Mconfig.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.py b/config.py @@ -7,7 +7,7 @@ rpcport = "8332" # From ~/.bitcoin/bitcoin.conf username = "bitcoinrpc" -password = "RPAPASSWORD" +password = "RPCPASSWORD" # Wallet ("" if single-wallet node, OR wallet name/path as shown in `biitcoin-cli listwallets`) wallet = ""