We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16645c8 commit c3be676Copy full SHA for c3be676
src/wallet/mod.rs
@@ -84,7 +84,7 @@ pub type OfflineWallet<D> = Wallet<OfflineBlockchain, D>;
84
/// A wallet can be either "online" if the [`blockchain`](crate::blockchain) type provided
85
/// implements [`Blockchain`], or "offline" [`OfflineBlockchain`] is used. Offline wallets only expose
86
/// methods that don't need any interaction with the blockchain to work.
87
-pub struct Wallet<B: BlockchainMarker, D: BatchDatabase> {
+pub struct Wallet<B, D> {
88
descriptor: ExtendedDescriptor,
89
change_descriptor: Option<ExtendedDescriptor>,
90
0 commit comments