Update bdk to bitcoin 0.30.0

This commit is contained in:
Daniela Brozzoni
2023-07-19 15:27:48 +02:00
parent 853d361751
commit f4e3ba3265
23 changed files with 562 additions and 380 deletions

View File

@@ -6,8 +6,8 @@
// You may not use this file except in accordance with one or both of these
// licenses.
use bdk::bitcoin::bip32::DerivationPath;
use bdk::bitcoin::secp256k1::Secp256k1;
use bdk::bitcoin::util::bip32::DerivationPath;
use bdk::bitcoin::Network;
use bdk::descriptor;
use bdk::descriptor::IntoWalletDescriptor;