Skip to content

Commit c7fbfe9

Browse files
EthanYuanFlouse
andauthored
Add comment for OnChainWallet.tr_descriptors
Co-authored-by: Flouse <1297478+Flouse@users.noreply.github.com>
1 parent a6c34c8 commit c7fbfe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mutiny-core/src/onchain.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ pub struct OnChainWallet<S: MutinyStorage> {
5959
pub(crate) stop: Arc<AtomicBool>,
6060
logger: Arc<MutinyLogger>,
6161
ln_event_callback: Option<CommonLnEventCallback>,
62+
/// The Bitcoin output descriptors for the wallet’s keychains:
63+
/// 0: receive_descriptor
64+
/// 1: change_descriptor
6265
tr_descriptors: (DescriptorTemplateOut, DescriptorTemplateOut),
6366
}
6467

0 commit comments

Comments
 (0)