Fix javadoc about maximum tx fee rate constraint

This commit is contained in:
ghubstan 2022-07-01 16:00:17 -03:00
parent 3c08b0bf46
commit 9907d8f5f8
No known key found for this signature in database
GPG Key ID: E35592D6800A861E
5 changed files with 5 additions and 5 deletions

View File

@ -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:
*

View File

@ -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:
*

View File

@ -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:
*

View File

@ -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:
*

View File

@ -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:
*