X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;h=c1b8f1a66ad3ab208f6ee6f0484154d7a287d4b7;hp=7f6159c3b4b6eb504459ebb46a729a11b0b357ee;hb=a51b421f76da8bfb88dedd159789eec0063d3087;hpb=0a227c457a7a6b02c3d6fac9ba4789d8656492b5 diff --git a/src/wallet.h b/src/wallet.h index 7f6159c..c1b8f1a 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -182,6 +182,7 @@ public: bool AddToWallet(const CWalletTx& wtxIn); bool AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pblock, bool fUpdate = false, bool fFindBlock = false); bool EraseFromWallet(uint256 hash); + void ClearOrphans(); void WalletUpdateSpent(const CTransaction& prevout, bool fBlock = false); int ScanForWalletTransactions(CBlockIndex* pindexStart, bool fUpdate = false); int ScanForWalletTransaction(const uint256& hashTx);