mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
Fix javadoc about maximum tx fee rate constraint
This commit is contained in:
parent
3c08b0bf46
commit
9907d8f5f8
@ -48,7 +48,7 @@ import static protobuf.OfferDirection.SELL;
|
||||
*
|
||||
* the offer's BTC amount is between 0.10 and 0.25 BTC
|
||||
* the offer maker is one of two preferred trading peers
|
||||
* the current transaction mining fee rate is below 20 sats / byte
|
||||
* the current transaction mining fee rate is less than or equal 20 sats / byte
|
||||
*
|
||||
* The bot configurations for these rules are set in TakeBestPricedOfferToBuyBsq.properties as follows:
|
||||
*
|
||||
|
||||
@ -49,7 +49,7 @@ import static protobuf.OfferDirection.BUY;
|
||||
*
|
||||
* the offer's BTC amount is between 0.10 and 0.25 BTC
|
||||
* the offer maker is one of two preferred trading peers
|
||||
* the current transaction mining fee rate is below 20 sats / byte
|
||||
* the current transaction mining fee rate is less than or equal 20 sats / byte
|
||||
*
|
||||
* The bot configurations for these rules are set in TakeBestPricedOfferToBuyBtc.properties as follows:
|
||||
*
|
||||
|
||||
@ -48,7 +48,7 @@ import static protobuf.OfferDirection.SELL;
|
||||
*
|
||||
* the offer's BTC amount is between 0.50 and 1.00 BTC
|
||||
* the offer maker is one of two preferred trading peers
|
||||
* the current transaction mining fee rate is below 20 sats / byte
|
||||
* the current transaction mining fee rate is less than or equal 20 sats / byte
|
||||
*
|
||||
* The bot configurations for these rules are set in TakeBestPricedOfferToBuyXmr.properties as follows:
|
||||
*
|
||||
|
||||
@ -49,7 +49,7 @@ import static protobuf.OfferDirection.SELL;
|
||||
*
|
||||
* the offer's BTC amount is between 0.10 and 0.25 BTC
|
||||
* the offer maker is one of two preferred trading peers
|
||||
* the current transaction mining fee rate is below 20 sats / byte
|
||||
* the current transaction mining fee rate is less than or equal 20 sats / byte
|
||||
*
|
||||
* The bot configurations for these rules are set in TakeBestPricedOfferToSellBtc.properties as follows:
|
||||
*
|
||||
|
||||
@ -48,7 +48,7 @@ import static protobuf.OfferDirection.BUY;
|
||||
*
|
||||
* the offer's BTC amount is between 0.50 and 1.00 BTC
|
||||
* the offer maker is one of two preferred trading peers
|
||||
* the current transaction mining fee rate is below 15 sats / byte
|
||||
* the current transaction mining fee rate is less than or equal 15 sats / byte
|
||||
*
|
||||
* The bot configurations for these rules are set in TakeBestPricedOfferToSellXmr.properties as follows:
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user