include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip()

This commit is contained in:
Jonas Schnelli
2015-07-27 15:33:03 +02:00
committed by lateminer
parent 8f5935a1d8
commit 6d90c71b64
7 changed files with 16 additions and 15 deletions

View File

@@ -1384,7 +1384,7 @@ void CWallet::MarkConflicted(const uint256& hashBlock, const uint256& hashTx)
}
}
void CWallet::SyncTransaction(const CTransaction& tx, const CBlock* pblock, bool fRespend)
void CWallet::SyncTransaction(const CTransaction& tx, const CBlockIndex *pindex, const CBlock* pblock, bool fRespend)
{
LOCK2(cs_main, cs_wallet);