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))