Skip to content

Commit 2580ff8

Browse files
committed
Merge #10314: Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)
3fe8a83 Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...) (practicalswift) Tree-SHA512: 68d6a906fef86058ae7190228c7e65b5473b36f76b0cc53181b52c0de96f45d4a8dac0d1656f3793aaf4f79f4ca149ecb8293cc25b3f52fb09ceb114a343e933
2 parents 1d75597 + 3fe8a83 commit 2580ff8

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)