mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 99ab3a72c5 into merged_master (Bitcoin PR #15931)
This commit is contained in:
commit
cfde15703a
16 changed files with 254 additions and 202 deletions
|
|
@ -2639,7 +2639,7 @@ bool CChainState::DisconnectTip(BlockValidationState& state, const CChainParams&
|
|||
UpdateTip(pindexDelete->pprev, chainparams);
|
||||
// Let wallets know transactions went from 1-confirmed to
|
||||
// 0-confirmed or conflicted:
|
||||
GetMainSignals().BlockDisconnected(pblock);
|
||||
GetMainSignals().BlockDisconnected(pblock, pindexDelete);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue