You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A concrete rust-bitcoin type was added to the version-specific
`GetOrphanTxs` struct during #435. This is corrected by using a list
of strings and converting to the model type via `into_model`.
Affects v29 and v30.
Also, use the explicit error in the itegration tests to check that
the re-exports are good.
Fixes#484
0 commit comments