diff options
| author | practicalswift <[email protected]> | 2017-05-02 17:14:54 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-05-02 17:18:03 +0200 |
| commit | 3fe8a83969e82e8cc535f10f3705ae4a822aa94f (patch) | |
| tree | 150b7ae4a51fdef86bc110f03fad3ea08509a311 /src | |
| parent | Merge #10093: [Qt] Don't add arguments of sensitive command to console window (diff) | |
| download | discoin-3fe8a83969e82e8cc535f10f3705ae4a822aa94f.tar.xz discoin-3fe8a83969e82e8cc535f10f3705ae4a822aa94f.zip | |
Remove unused forward declaration for non-existent ScriptPubKeyToJSON(...)
Diffstat (limited to 'src')
| -rw-r--r-- | src/rpc/blockchain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 8f446aee6..e2e244a5f 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -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) { |