aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-02-04 17:02:57 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-02-04 17:03:09 +0100
commitd2228384de3a870803697a6cc95467b97e9a37a5 (patch)
tree23fb8038aa7e37d344617dbaccfbf8c5cf05b389 /src/wallet/wallet.h
parent4f4dc5ef7295e85531127cd08a822291e548b2f0 (diff)
parent7d0bf0bb4652fad052d5bf3ca3bf883754b46ead (diff)
downloadbitcoin-d2228384de3a870803697a6cc95467b97e9a37a5.tar.xz
Merge #6480: include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip()
7d0bf0b include the chaintip *blockIndex in the SyncTransaction signal (Jonas Schnelli)
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index c02323d6ec..990b27c7ce 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -718,7 +718,7 @@ public:
void MarkDirty();
bool AddToWallet(const CWalletTx& wtxIn, bool fFromLoadWallet, CWalletDB* pwalletdb);
- void SyncTransaction(const CTransaction& tx, const CBlock* pblock);
+ void SyncTransaction(const CTransaction& tx, const CBlockIndex *pindex, const CBlock* pblock);
bool AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pblock, bool fUpdate);
int ScanForWalletTransactions(CBlockIndex* pindexStart, bool fUpdate = false);
void ReacceptWalletTransactions();