aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_conflicts.py
AgeCommit message (Collapse)Author
2023-05-14Add wallets_conflictsAntoine Riard
Test the case of a tx being conflicted by multiple txs with different depths. The conflicted tx is also spent by a child tx for which confirmation status is tied to the parent's. After a reorg of conflicting txs, the conflicted status should be undone properly. Co-authored-by: furszy <mfurszy@protonmail.com>