diff --git a/src/wallet/mod.rs b/src/wallet/mod.rs index 9b4f4448..f817d641 100644 --- a/src/wallet/mod.rs +++ b/src/wallet/mod.rs @@ -84,7 +84,7 @@ pub type OfflineWallet = Wallet; /// A wallet can be either "online" if the [`blockchain`](crate::blockchain) type provided /// implements [`Blockchain`], or "offline" [`OfflineBlockchain`] is used. Offline wallets only expose /// methods that don't need any interaction with the blockchain to work. -pub struct Wallet { +pub struct Wallet { descriptor: ExtendedDescriptor, change_descriptor: Option,