Remove void declaration of ScriptPubKeyToJSON()

This commit is contained in:
therealyingtong 2020-10-19 23:41:13 +08:00
parent 6f3c29e9b7
commit 0940bc0c23
1 changed files with 0 additions and 2 deletions

View File

@ -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.