Rename vpour to vjoinsplit.

This commit is contained in:
Sean Bowe
2016-07-10 23:08:20 -06:00
parent a8c68ffe99
commit 8675d94b63
13 changed files with 68 additions and 68 deletions

View File

@@ -394,7 +394,7 @@ bool CCoinsViewCache::HavePourRequirements(const CTransaction& tx) const
{
boost::unordered_map<uint256, ZCIncrementalMerkleTree, CCoinsKeyHasher> intermediates;
BOOST_FOREACH(const JSDescription &pour, tx.vpour)
BOOST_FOREACH(const JSDescription &pour, tx.vjoinsplit)
{
BOOST_FOREACH(const uint256& serial, pour.serials)
{