Auto merge of #1342 - ebfull:remove-todo, r=ebfull

Remove TODO 808.

Closes #1309.
This commit is contained in:
zkbot 2016-09-07 16:55:23 +00:00
commit c5b5d50004
1 changed files with 0 additions and 4 deletions

View File

@ -124,10 +124,6 @@ void TxToJSON(const CTransaction& tx, const uint256 hashBlock, Object& entry)
joinsplit.push_back(Pair("vpub_old", ValueFromAmount(jsdescription.vpub_old)));
joinsplit.push_back(Pair("vpub_new", ValueFromAmount(jsdescription.vpub_new)));
// TODO: #808
uint256 pubKeyHash;
joinsplit.push_back(Pair("valid", jsdescription.Verify(*pzcashParams, pubKeyHash)));
vjoinsplit.push_back(joinsplit);
}