We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e756b commit 3fe8a83Copy full SHA for 3fe8a83
src/rpc/blockchain.cpp
@@ -43,7 +43,6 @@ static std::condition_variable cond_blockchange;
43
static CUpdatedBlock latestblock;
44
45
extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry);
46
-void ScriptPubKeyToJSON(const CScript& scriptPubKey, UniValue& out, bool fIncludeHex);
47
48
double GetDifficulty(const CBlockIndex* blockindex)
49
{
0 commit comments