SatSale

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

commit ce1526d38e7dcf8d793f714fe2abf5089af51314
parent 7454a03a33e6ddfddf351493c4b666b6019d943a
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date:   Fri, 13 Aug 2021 00:14:54 +1000

Hide sensitive RPC password from output

Diffstat:
Mpay/bitcoind.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pay/bitcoind.py b/pay/bitcoind.py @@ -38,7 +38,7 @@ class btcd: config.rpcport, config.wallet, ) - print("Attempting to connect to {}.".format(connection_str)) + print("Attempting to connect to Bitcoin node RPC with user {}.".format(config.username)) else: self.tor = True print(