Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)

This commit is contained in:
practicalswift 2017-05-02 17:14:54 +02:00
parent a3e756b7d6
commit 3fe8a83969
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ static std::condition_variable cond_blockchange;
static CUpdatedBlock latestblock;
extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry);
void ScriptPubKeyToJSON(const CScript& scriptPubKey, UniValue& out, bool fIncludeHex);
double GetDifficulty(const CBlockIndex* blockindex)
{