]> Untitled Git - bdk/commit
fix(chain): forward `confirmation_height_upper_bound` in `Anchor` impl for `&A`
author志宇 <hello@evanlinjin.me>
Sat, 14 Feb 2026 00:21:20 +0000 (00:21 +0000)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Wed, 11 Mar 2026 17:11:42 +0000 (14:11 -0300)
commit00d7f6257715849558c9c22923c183ea6cc3f1e5
treec3c381fed383bcb1d46105c19c3f29ef12fd94ff
parentd8be40c8f73d22c3ecde4b96695f00d2a4c7f87f
fix(chain): forward `confirmation_height_upper_bound` in `Anchor` impl for `&A`

The blanket `Anchor` impl for `&A` was missing the
`confirmation_height_upper_bound` method, causing it to fall back to
the default implementation instead of delegating to the inner type.
crates/chain/src/tx_data_traits.rs