Rename PushAnchor to PushSproutAnchor.

This commit is contained in:
Sean Bowe
2018-04-27 15:18:04 -06:00
parent 008f4ee8e7
commit 2bd59e1473
4 changed files with 14 additions and 14 deletions

View File

@@ -158,7 +158,7 @@ bool CCoinsViewCache::GetNullifier(const uint256 &nullifier, ShieldedType type)
return tmp;
}
void CCoinsViewCache::PushAnchor(const ZCIncrementalMerkleTree &tree) {
void CCoinsViewCache::PushSproutAnchor(const ZCIncrementalMerkleTree &tree) {
uint256 newrt = tree.root();
auto currentRoot = GetBestAnchor();