diff options
| author | Henrik Jonsson <[email protected]> | 2017-12-06 12:47:28 +0000 |
|---|---|---|
| committer | Henrik Jonsson <[email protected]> | 2017-12-06 13:11:02 +0000 |
| commit | 3fdb29778a0b598d4ddf05ec5ed4593641d0da6e (patch) | |
| tree | 8cc9289e1afe8b72d0f2a0ad28012b6ea2a54bcd /Makefile.am | |
| parent | Merge #10275: [rpc] Allow fetching tx directly from specified block in getraw... (diff) | |
| download | discoin-3fdb29778a0b598d4ddf05ec5ed4593641d0da6e.tar.xz discoin-3fdb29778a0b598d4ddf05ec5ed4593641d0da6e.zip | |
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.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9b791cc0e..31525e2c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \ $(top_srcdir)/contrib/rpm DIST_SHARE = \ $(top_srcdir)/share/genbuild.sh \ - $(top_srcdir)/share/rpcuser + $(top_srcdir)/share/rpcauth BIN_CHECKS=$(top_srcdir)/contrib/devtools/symbol-check.py \ $(top_srcdir)/contrib/devtools/security-check.py |