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
/// Macro for getting a wallet for use in a doctest
2620
2659
macro_rules! doctest_wallet {
2621
2660
() => {{
2622
-
use $crate::bitcoin::{BlockHash,Transaction, absolute,TxOut,Network, hashes::Hash};
2661
+
use $crate::bitcoin::{transaction,BlockHash,Transaction, absolute,TxOut,Network, hashes::Hash};
2623
2662
use $crate::chain::{ConfirmationBlockTime,BlockId,TxGraph, tx_graph};
2624
2663
use $crate::{Update,KeychainKind,Wallet};
2625
2664
let descriptor = "tr([73c5da0a/86'/0'/0']tprv8fMn4hSKPRC1oaCPqxDb1JWtgkpeiQvZhsr8W2xuy3GEMkzoArcAWTfJxYb6Wj8XNNDWEjfYKK4wGQXh3ZUXhDF2NcnsALpWTeSwarJt7Vc/0/*)";
0 commit comments