mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-01 01:32:17 +01:00
chore: remove unnecessary extra check of triggerPriceOpt
This commit is contained in:
parent
fba386999c
commit
49fca9315d
1 changed files with 0 additions and 2 deletions
|
@ -151,8 +151,6 @@ public class EditOfferOptionParser extends OfferIdOptionParser implements Method
|
||||||
throw new IllegalArgumentException("no trigger price specified");
|
throw new IllegalArgumentException("no trigger price specified");
|
||||||
|
|
||||||
String triggerPriceAsString = options.valueOf(triggerPriceOpt);
|
String triggerPriceAsString = options.valueOf(triggerPriceOpt);
|
||||||
if (triggerPriceAsString.isEmpty())
|
|
||||||
throw new IllegalArgumentException("trigger price not specified");
|
|
||||||
|
|
||||||
verifyStringIsValidDouble(triggerPriceAsString);
|
verifyStringIsValidDouble(triggerPriceAsString);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue