]> 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)
committer志宇 <hello@evanlinjin.me>
Fri, 6 Mar 2026 07:01:41 +0000 (07:01 +0000)
commit5d97e136ae89854c53add90d9da9131fec56c4a0
tree2d0a52c115ce93a2b8f5e4caf80b719b798a866a
parente39aa48d9ff335957307f5f687c5420e48b2777e
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