Rename rpcuser.py to rpcauth.py

This script creates `rpcauth` entries for bitcoin.conf,
not the deprecated `rpcuser` entry, so this changes the name
of the script to match.
This commit is contained in:
Henrik Jonsson
2017-12-06 12:47:28 +00:00
parent 497d0e014c
commit 3fdb29778a
5 changed files with 13 additions and 13 deletions

10
share/rpcauth/README.md Normal file
View File

@@ -0,0 +1,10 @@
RPC Tools
---------------------
### [RPCAuth](/share/rpcauth) ###
Create login credentials for a JSON-RPC user.
Usage:
./rpcauth.py <username>

View File

@@ -1,10 +0,0 @@
RPC Tools
---------------------
### [RPCUser](/share/rpcuser) ###
Create an RPC user login credential.
Usage:
./rpcuser.py <username>