Skip to content

Commit

Permalink
Clarify bip353_address field documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgranhao committed Feb 6, 2025
1 parent 43a2000 commit e6cea9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/sdk-common/src/input_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ pub enum InputType {
#[cfg(feature = "liquid")]
Bolt12Offer {
offer: LNOffer,
/// The BIP353 address in case one was resolved
/// The BIP353 address from which this InputType was resolved
bip353_address: Option<String>,
},
NodeId {
Expand All @@ -666,7 +666,7 @@ pub enum InputType {
/// - LUD-17 Support for lnurlp prefix with non-bech32-encoded LNURL URLs
LnUrlPay {
data: LnUrlPayRequestData,
/// The BIP353 address in case one was resolved
/// The BIP353 address from which this InputType was resolved
bip353_address: Option<String>,
},

Expand Down

0 comments on commit e6cea9b

Please sign in to comment.