bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
871 stars 312 forks source link

chore(chain)!: use `debug_assert!` on `apply_update` #1734

Closed oleonardolima closed 1 week ago

oleonardolima commented 1 week ago

fixes #1689

Description

As mentioned in issue #1689 the debug_assert! is being used on other LocalChain methods, such as: from_changeset, and apply_changeset but it was missing on apply_update.

Notes to the reviewers

Changelog notice

Checklists

All Submissions:

New Features:

Bugfixes:

notmandatory commented 1 week ago

oops I closed the wrong PR.