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
We should just be able to cheaply clone the whole thing (without copying all the data using referencing counting and linked list). From this you should be able to get an owned iterator of BlockId.
The text was updated successfully, but these errors were encountered:
See bad ergonomics here:
bdk/example-crates/example_electrum/src/main.rs
Lines 145 to 152 in 965cbe6
We should just be able to cheaply clone the whole thing (without copying all the data using referencing counting and linked list). From this you should be able to get an owned iterator of
BlockId
.The text was updated successfully, but these errors were encountered: