From 3fdb29778a0b598d4ddf05ec5ed4593641d0da6e Mon Sep 17 00:00:00 2001 From: Henrik Jonsson Date: Wed, 6 Dec 2017 12:47:28 +0000 Subject: 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3