diff --git a/docs/joinmarket.md b/docs/joinmarket.md index 2db909c..08688f4 100644 --- a/docs/joinmarket.md +++ b/docs/joinmarket.md @@ -53,8 +53,8 @@ Tooling to setup your joinmarket yield generator wallet-tool-generate: Generate a new wallet set-wallet: Set the wallet that the yield generator need to use bash: Open an interactive bash session in the joinmarket container - receive-payjoin: Receive a payjoin payment (this will stop the yield generator until the payment is received) - sendpayment: Send a payjoin through coinjoin (password needed, this will stop the yield generator until the payment is received) + receive-payjoin: Receive a payjoin payment + sendpayment: Send a payjoin through coinjoin (password needed) Example: * jm.sh wallet-tool-generate diff --git a/jm.sh b/jm.sh index b4414af..d31706e 100755 --- a/jm.sh +++ b/jm.sh @@ -11,8 +11,8 @@ Tooling to setup your joinmarket yield generator wallet-tool-generate: Generate a new wallet set-wallet: Set the wallet that the yield generator need to use bash: Open an interactive bash session in the joinmarket container - receive-payjoin: Receive a payjoin payment (this will stop the yield generator until the payment is received) - sendpayment: Send a payjoin through coinjoin (password needed, this will stop the yield generator until the payment is received) + receive-payjoin: Receive a payjoin payment + sendpayment: Send a payjoin through coinjoin (password needed) Example: * jm.sh wallet-tool-generate