We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b6f5b commit a6d22b9Copy full SHA for a6d22b9
src/commands.rs
@@ -444,7 +444,7 @@ pub enum OnlineWalletSubCommand {
444
)]
445
tx: Option<String>,
446
},
447
- // Generates a Payjoin receive URI and processes the sender's Payjoin proposal.
+ /// Generates a Payjoin receive URI and processes the sender's Payjoin proposal.
448
ReceivePayjoin {
449
/// Amount to be received in sats.
450
#[arg(env = "PAYJOIN_AMOUNT", long = "amount", required = true)]
0 commit comments