From 0940bc0c230466a3238314d21cc293116fdbc1ca Mon Sep 17 00:00:00 2001 From: therealyingtong Date: Mon, 19 Oct 2020 23:41:13 +0800 Subject: [PATCH] Remove void declaration of ScriptPubKeyToJSON() --- src/rpc/mining.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 3079a74d9..5a94534a8 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -36,8 +36,6 @@ using namespace std; -void ScriptPubKeyToJSON(const CScript& scriptPubKey, UniValue& out, bool fIncludeHex); - /** * Return average network hashes per second based on the last 'lookup' blocks, * or over the difficulty averaging window if 'lookup' is nonpositive.