X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.h;h=a0e2f1d5208d9c3514984f2aad55e7a25e7a68d1;hp=34540fd7f455018934456a8082c937f111345e59;hb=06b264fc74cdd207afaa75f76f029fe14a92930b;hpb=40530c08006088e6f610063f1c49428aa0b272f6 diff --git a/src/wallet.h b/src/wallet.h index 34540fd..a0e2f1d 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -210,7 +210,7 @@ public: void MarkDirty(); bool AddToWallet(const CWalletTx& wtxIn); - bool AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pblock, bool fUpdate = false, bool fFindBlock = false); + bool AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pblock, bool fUpdate = false); bool EraseFromWallet(uint256 hash); void ClearOrphans(); void WalletUpdateSpent(const CTransaction& prevout, bool fBlock = false);