mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Fix codacy issue
This commit is contained in:
parent
05f3985447
commit
54efad097d
2 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,7 @@ public class LongRunningOfferDeactivationTest extends AbstractOfferTest {
|
|||
int numIterations = 0;
|
||||
while (++numIterations < MAX_ITERATIONS) {
|
||||
offer = aliceClient.getMyOffer(offer.getId());
|
||||
;
|
||||
|
||||
var mktPrice = aliceClient.getBtcPrice("USD");
|
||||
if (offer.getIsActivated()) {
|
||||
log.info("Offer still enabled at mkt price {} < {} trigger price",
|
||||
|
|
|
@ -56,6 +56,7 @@ import static bisq.common.util.MathUtils.roundDoubleToLong;
|
|||
import static bisq.common.util.MathUtils.scaleUpByPowerOf10;
|
||||
import static bisq.core.locale.CurrencyUtil.isCryptoCurrency;
|
||||
import static bisq.core.offer.Offer.State;
|
||||
import static bisq.core.offer.Offer.State.*;
|
||||
import static bisq.core.offer.OfferPayload.Direction;
|
||||
import static bisq.core.offer.OfferPayload.Direction.BUY;
|
||||
import static bisq.core.offer.OpenOffer.State.AVAILABLE;
|
||||
|
|
Loading…
Add table
Reference in a new issue