diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2011-06-05 07:30:47 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2011-06-05 07:30:47 -0700 |
commit | 7a234cdae512bea68af2cc8e6a9ffcc665ddc820 (patch) | |
tree | 8ae0801982c5beef5db9e0e9180ed50747fc9061 /src/main.h | |
parent | 39105dac1b2880970cab3d8f1af969a4b803df01 (diff) | |
parent | 1c528eeee939cacc0c100e5ca1e2d4ddb3c50227 (diff) |
Merge pull request #255 from sipa/rescanupdate
Update transactions already in the wallet when rescanning.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 117a084756..8d9b39f718 100644 --- a/src/main.h +++ b/src/main.h @@ -87,7 +87,7 @@ bool AddKey(const CKey& key); std::vector<unsigned char> GenerateNewKey(); bool AddToWallet(const CWalletTx& wtxIn); void WalletUpdateSpent(const COutPoint& prevout); -int ScanForWalletTransactions(CBlockIndex* pindexStart); +int ScanForWalletTransactions(CBlockIndex* pindexStart, bool fUpdate = false); void ReacceptWalletTransactions(); bool LoadBlockIndex(bool fAllowNew=true); void PrintBlockTree(); |