mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-12 12:24:24 +02:00
Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user