diff --git a/doc/release-notes.md b/doc/release-notes.md index b584090d6b..fbb7448ce5 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -465,12 +465,6 @@ See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.14.0.5. - [`32aa229c7`](https://github.com/dashpay/dash/commit/32aa229c7) Reorganize Dash Specific code into folders (#2753) - [`acbf0a221`](https://github.com/dashpay/dash/commit/acbf0a221) Bump version to 0.14.1 (#2928) -Renamed script for creating JSON-RPC credentials ------------------------------ -The `share/rpcuser/rpcuser.py` script was renamed to `share/rpcauth/rpcauth.py`. This script can be -used to create `rpcauth` credentials for a JSON-RPC user. - - Credits ======= diff --git a/share/rpcauth/rpcauth.py b/share/rpcauth/rpcauth.py index 6d9b44f699..1f4a4189ff 100755 --- a/share/rpcauth/rpcauth.py +++ b/share/rpcauth/rpcauth.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2015-2016 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php.