Closed MaxFangX closed 1 year ago
Without the reexport, downstream users have to additionally declare the electrum_client crate in their Cargo.toml if they want to be able to use the methods defined by the ElectrumApi trait.
electrum_client
Cargo.toml
ElectrumApi
thanks, merged and released in 0.22.2
0.22.2
Without the reexport, downstream users have to additionally declare the
electrum_client
crate in theirCargo.toml
if they want to be able to use the methods defined by theElectrumApi
trait.