Rename hashSproutAnchorEnd to hashFinalSproutRoot to be consistent.

This commit is contained in:
Sean Bowe
2018-05-06 15:21:49 -06:00
parent f2c6d214e5
commit e814be60fe
3 changed files with 8 additions and 8 deletions

View File

@@ -155,7 +155,7 @@ public:
uint256 hashSproutAnchor;
//! (memory only) The anchor for the tree state up to the end of this block
uint256 hashSproutAnchorEnd;
uint256 hashFinalSproutRoot;
//! Change in value held by the Sprout circuit over this block.
//! Will be boost::none for older blocks on old nodes until a reindex has taken place.
@@ -193,7 +193,7 @@ public:
nStatus = 0;
nCachedBranchId = boost::none;
hashSproutAnchor = uint256();
hashSproutAnchorEnd = uint256();
hashFinalSproutRoot = uint256();
nSequenceId = 0;
nSproutValue = boost::none;
nChainSproutValue = boost::none;