include the chaintip blockindex in the SyncTransaction signal, add signal UpdateTip()
This commit is contained in:
committed by
lateminer
parent
8f5935a1d8
commit
6d90c71b64
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user