]> Untitled Git - bdk-cli/commitdiff
doc(payjoin): add additional slash to show ReceivePayjoin cli docs
authornymius <155548262+nymius@users.noreply.github.com>
Tue, 17 Mar 2026 19:07:35 +0000 (16:07 -0300)
committernymius <155548262+nymius@users.noreply.github.com>
Tue, 17 Mar 2026 19:07:35 +0000 (16:07 -0300)
src/commands.rs

index 14ad9eaee13552fc37c28eb79e9a38651b0d5753..73aeff5f8b6a386570ae8595fdf102e5846a5ec2 100644 (file)
@@ -444,7 +444,7 @@ pub enum OnlineWalletSubCommand {
         )]
         tx: Option<String>,
     },
-    // Generates a Payjoin receive URI and processes the sender's Payjoin proposal.
+    /// Generates a Payjoin receive URI and processes the sender's Payjoin proposal.
     ReceivePayjoin {
         /// Amount to be received in sats.
         #[arg(env = "PAYJOIN_AMOUNT", long = "amount", required = true)]