Rename hashSaplingAnchorEnd to hashFinalSaplingRoot to match spec.

This commit is contained in:
Sean Bowe
2018-05-06 15:19:28 -06:00
parent 7b62078782
commit f2c6d214e5
6 changed files with 17 additions and 17 deletions

View File

@@ -8,10 +8,10 @@
using namespace std;
uint256 CBlockIndex::GetSaplingAnchorEnd() const {
// TODO: The block header's hashSaplingAnchorEnd is only guaranteed to
// TODO: The block header's hashFinalSaplingRoot is only guaranteed to
// be valid on or after the Sapling activation height.
return hashSaplingAnchorEnd;
return hashFinalSaplingRoot;
}
/**