Rename CPourTx to JSDescription.

This commit is contained in:
Sean Bowe
2016-07-10 23:02:10 -06:00
parent f30580744f
commit a8c68ffe99
14 changed files with 66 additions and 66 deletions

View File

@@ -92,7 +92,7 @@ void TxToJSON(const CTransaction& tx, const uint256 hashBlock, Object& entry)
Array vpour;
for (unsigned int i = 0; i < tx.vpour.size(); i++) {
const CPourTx& pourtx = tx.vpour[i];
const JSDescription& pourtx = tx.vpour[i];
Object pour;
pour.push_back(Pair("anchor", pourtx.anchor.GetHex()));