Rename hashSaplingAnchorEnd to hashFinalSaplingRoot to match spec.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user