Right now there are two versions one from the bdk crate and another imported directly.
This is mentioned in #38
We're using two different version of rust-bitcoin throughout the project. One from bitcoin, and one re-exported from bdk. This leads to a bit wrangling back and forth to get the compiler to be happy. Would be very nice to converge on only one of these versions.
Right now there are two versions one from the
bdk
crate and another imported directly.This is mentioned in #38