From ed678082e734c9adc04590b1315bd65f1161b0e6 Mon Sep 17 00:00:00 2001 From: positiveblue Date: Mon, 31 Oct 2022 07:47:03 -0700 Subject: [PATCH] cmd: use `--amt` in submit order description --- cmd/pool/order.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/pool/order.go b/cmd/pool/order.go index 3866773..e1508a1 100644 --- a/cmd/pool/order.go +++ b/cmd/pool/order.go @@ -46,9 +46,9 @@ const ( In the outbound market, the bidder pays the asker a premium for a channel with outbound liquidity. To participate in the outbound market the asker needs to create an order - with '--amount=100000' (one unit) and the '--min_chan_amt' equals to + with '--amt=100000' (one unit) and the '--min_chan_amt' equals to the minimum channel size that is willing to accept. - The bidder needs to create an order with '--amount=100000' (one unit) + The bidder needs to create an order with '--amt=100000' (one unit) and '--self_chan_balance' equals to the funds that is willing to commit in a channel. The premium amount is calculated using the funding amount of the bidder ('--self_chan_balance').