From b2386e630eb8d3c514767d2b96065dc3eaf6ea4e Mon Sep 17 00:00:00 2001 From: bruwbird Date: Mon, 6 Jan 2025 14:42:01 +0900 Subject: [PATCH] docs: update usage update usage instructions for peerswap-swap-out to include premium limit. --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 836005d1..2fed7da1 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -73,12 +73,12 @@ A swap-out is when the initiator wants to pay a lightning payment in order to re For CLN: ```bash -lightning-cli peerswap-swap-out [short channel id] [amount in sats] [asset: btc or lbtc] +lightning-cli peerswap-swap-out [short channel id] [amount in sats] [asset: btc or lbtc] [premium limit in sats] ``` For LND: ```bash -pscli swapout --channel-id [chan_id] --sat_amt [amount in sats] --asset [btc or lbtc] +pscli swapout --channel-id [chan_id] --sat_amt [amount in sats] --asset [btc or lbtc] --premium_limit [premium limit in sats] ``` ### Swap-In