mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
More of 11836
This commit is contained in:
parent
64e33f715f
commit
131d8f5cf5
@ -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)
|
- [`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)
|
- [`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
|
Credits
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# Copyright (c) 2015-2016 The Bitcoin Core developers
|
# Copyright (c) 2015-2016 The Bitcoin Core developers
|
||||||
# Distributed under the MIT software license, see the accompanying
|
# Distributed under the MIT software license, see the accompanying
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||||
|
Loading…
Reference in New Issue
Block a user