Skip to content

Commit 3fe8a83

Browse files
Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)
1 parent a3e756b commit 3fe8a83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ static std::condition_variable cond_blockchange;
4343
static CUpdatedBlock latestblock;
4444

4545
extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry);
46-
void ScriptPubKeyToJSON(const CScript& scriptPubKey, UniValue& out, bool fIncludeHex);
4746

4847
double GetDifficulty(const CBlockIndex* blockindex)
4948
{

0 commit comments

Comments
 (0)