ui: reword min bid -> min purchase

This commit is contained in:
nahuhh
2025-01-17 11:25:06 +00:00
parent e548cf2b3b
commit b55d126a0a
6 changed files with 7 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ Create offers
# Optional
"enabled": Set to false to ignore offer template.
"swap_type": Type of swap, defaults to "adaptor_sig"
"min_swap_amount": Sets "amt_bid_min" on the offer, minimum valid bid when offer amount is variable.
"min_swap_amount": Sets "amt_bid_min" on the offer, minimum purchase quantity when offer amount is variable.
"amount_step": If set offers will be created for amount values between "amount" and "min_coin_from_amt" in decrements of "amount_step".
},
...