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
Consider moving these smaller examples to the bdk/examples folder
is that we cannot add them to the wallet/examples folder is due to the fact that bdk_esplora and bdk_electrum crates are not dependencies for bdk_wallet.
Hence we cannot add them to the cargo examples.
However we can circumvent this by adding both bdk_electrum and bdk_esplora to the dev-depencies of bdk_wallet.
Which I think is not worth it the extra overhead.
These are some fixes that can be implemented for the
wallet_*
examples in the example-crates dir.wallet_esplora_async
appears to be printing the KeychainKind twice, and forgets to print spk0std::env::tempdir
, as this should automatically clean up temporary filesThe text was updated successfully, but these errors were encountered: