This commit is contained in:
jl777
2018-07-11 03:00:38 -11:00
parent d1db09204a
commit 72953c8342
2 changed files with 0 additions and 13 deletions

View File

@@ -1358,18 +1358,6 @@ bool CWallet::IsFromMe(const uint256& nullifier) const
return false;
}
void CWallet::EraseFromWallet(const uint256 &hash)
{
if (!fFileBacked)
return;
{
LOCK(cs_wallet);
if (mapWallet.erase(hash))
CWalletDB(strWalletFile).EraseTx(hash);
}
return;
}
void CWallet::GetNoteWitnesses(std::vector<JSOutPoint> notes,
std::vector<boost::optional<ZCIncrementalWitness>>& witnesses,
uint256 &final_anchor)