diff options
author | Henrik Jonsson <me@hkjn.me> | 2017-12-06 12:47:28 +0000 |
---|---|---|
committer | Henrik Jonsson <me@hkjn.me> | 2017-12-06 13:11:02 +0000 |
commit | 3fdb29778a0b598d4ddf05ec5ed4593641d0da6e (patch) | |
tree | 8cc9289e1afe8b72d0f2a0ad28012b6ea2a54bcd /Makefile.am | |
parent | 497d0e014cc79d46531d570e74e4aeae72db602d (diff) |
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 9b791cc0e8..31525e2c66 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 |