From ef3c28d4ce77c53959aa2b948cb7406de9f9b4cd Mon Sep 17 00:00:00 2001 From: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com> Date: Tue, 21 Jul 2020 21:13:59 +0000 Subject: [PATCH] dashify Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com> --- share/rpcauth/rpcauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/rpcauth/rpcauth.py b/share/rpcauth/rpcauth.py index bdfcbcca51..b27bb54363 100755 --- a/share/rpcauth/rpcauth.py +++ b/share/rpcauth/rpcauth.py @@ -38,7 +38,7 @@ def main(): salt = generate_salt(16) password_hmac = password_to_hmac(salt, args.password) - print('String to be appended to bitcoin.conf:') + print('String to be appended to dash.conf:') print('rpcauth={0}:{1}${2}'.format(args.username, salt, password_hmac)) print('Your password:\n{0}'.format(args.password))