mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)
This commit is contained in:
parent
a3e756b7d6
commit
3fe8a83969
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue