Add pending effective amount to rpc methods #232
1 changed files with 3 additions and 0 deletions
|
@ -1428,6 +1428,9 @@ bool CClaimTrieCache::removeClaimFromTrie(const std::string& name, const COutPoi
|
||||||
|
|
||||||
bool CClaimTrieCache::recursivePruneName(CClaimTrieNode* tnCurrent, unsigned int nPos, std::string sName, bool* pfNullified) const
|
bool CClaimTrieCache::recursivePruneName(CClaimTrieNode* tnCurrent, unsigned int nPos, std::string sName, bool* pfNullified) const
|
||||||
{
|
{
|
||||||
|
// Recursively prune leaf node(s) without any claims in it and store
|
||||||
|
// the modified nodes in the cache
|
||||||
|
|
||||||
bool fNullified = false;
|
bool fNullified = false;
|
||||||
std::string sCurrentSubstring = sName.substr(0, nPos);
|
std::string sCurrentSubstring = sName.substr(0, nPos);
|
||||||
if (nPos < sName.size())
|
if (nPos < sName.size())
|
||||||
|
|
Loading…
Add table
Reference in a new issue