mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-28 17:15:14 +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");
|
||||
|
||||
String triggerPriceAsString = options.valueOf(triggerPriceOpt);
|
||||
if (triggerPriceAsString.isEmpty())
|
||||
throw new IllegalArgumentException("trigger price not specified");
|
||||
|
||||
verifyStringIsValidDouble(triggerPriceAsString);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue