Rename GetAnchorAt to GetSproutAnchorAt.
This commit is contained in:
@@ -770,7 +770,7 @@ UniValue getblockchaininfo(const UniValue& params, bool fHelp)
|
||||
obj.push_back(Pair("pruned", fPruneMode));
|
||||
|
||||
ZCIncrementalMerkleTree tree;
|
||||
pcoinsTip->GetAnchorAt(pcoinsTip->GetBestAnchor(), tree);
|
||||
pcoinsTip->GetSproutAnchorAt(pcoinsTip->GetBestAnchor(), tree);
|
||||
obj.push_back(Pair("commitments", static_cast<uint64_t>(tree.size())));
|
||||
|
||||
CBlockIndex* tip = chainActive.Tip();
|
||||
|
||||
Reference in New Issue
Block a user