Skip to content

v0.15.6

Choose a tag to compare

@oskarszoon oskarszoon released this 23 Jul 13:36
95527e6

What's Changed

Fixes UTXO wedge scenarios caused by confirmed "ghost" spenders — transactions marked as spenders in the UTXO row without a live parent-side link. The counter-conflicting walk now tolerates these entries and the store heals the resulting dangling spends instead of stalling.

  • fix(utxo): tolerate confirmed ghost spenders in counter-conflicting walk and heal their dangling spends by @icellan in #1325

Full Changelog: v0.15.5...v0.15.6