From a6d22b9af19fdbe212ac8bd7fb1cebd7dc0d0ef5 Mon Sep 17 00:00:00 2001 From: nymius <155548262+nymius@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:07:35 -0300 Subject: [PATCH] doc(payjoin): add additional slash to show ReceivePayjoin cli docs --- src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index 14ad9ea..73aeff5 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -444,7 +444,7 @@ pub enum OnlineWalletSubCommand { )] tx: Option, }, - // 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)]