Skip to content

fix(chain): forward confirmation_height_upper_bound in Anchor implementation for &A#2120

Open
evanlinjin wants to merge 1 commit intobitcoindevkit:masterfrom
evanlinjin:fix/forward-confirmation-height-upper-bound-anchor
Open

fix(chain): forward confirmation_height_upper_bound in Anchor implementation for &A#2120
evanlinjin wants to merge 1 commit intobitcoindevkit:masterfrom
evanlinjin:fix/forward-confirmation-height-upper-bound-anchor

Conversation

@evanlinjin
Copy link
Member

Description

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.

Changelog notice

Fixed:

- The `Anchor::confirmation_height_upper_bound` impl was missing for `&A`, causing it to fallback to the default impl.

Checklists

All Submissions:

Bugfixes:

* [ ] This pull request breaks the existing API
* [ ] I've added tests to reproduce the issue which are now passing
* [ ] I'm linking the issue being fixed by this PR

…l 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.
@evanlinjin evanlinjin added the bug Something isn't working label Feb 14, 2026
@evanlinjin evanlinjin self-assigned this Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant