From 50e647210d513dab8f40ded61fe439ecaa9a67c3 Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Fri, 8 Feb 2019 15:29:45 -0500 Subject: Move ParseConfirmTarget from rpc/mining to rpc/util Util is a better home since it's called both by wallet and mining code. Suggested https://github.com/bitcoin/bitcoin/pull/15288#discussion_r254449444 --- src/rpc/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rpc/util.h') diff --git a/src/rpc/util.h b/src/rpc/util.h index 4a9d4be787..d34c9cfdbb 100644 --- a/src/rpc/util.h +++ b/src/rpc/util.h @@ -28,6 +28,9 @@ CScript CreateMultisigRedeemscript(const int required, const std::vector