Remove unused code

This commit is contained in:
practicalswift
2017-03-17 04:37:43 +01:00
parent 8040ae6fc5
commit 8dc957ae06
13 changed files with 0 additions and 78 deletions

View File

@@ -455,11 +455,6 @@ public:
{
return comment;
}
const CScript& GetScriptPubKey()
{
return creditTx->vout[0].scriptPubKey;
}
};
std::string JSONPrettyPrint(const UniValue& univalue)