We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c34c8 commit c7fbfe9Copy full SHA for c7fbfe9
mutiny-core/src/onchain.rs
@@ -59,6 +59,9 @@ pub struct OnChainWallet<S: MutinyStorage> {
59
pub(crate) stop: Arc<AtomicBool>,
60
logger: Arc<MutinyLogger>,
61
ln_event_callback: Option<CommonLnEventCallback>,
62
+ /// The Bitcoin output descriptors for the wallet’s keychains:
63
+ /// 0: receive_descriptor
64
+ /// 1: change_descriptor
65
tr_descriptors: (DescriptorTemplateOut, DescriptorTemplateOut),
66
}
67
0 commit comments