Add missing import

This commit is contained in:
Manfred Karrer 2019-04-27 16:03:16 -05:00
parent b1a8429066
commit df7b81138f
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46

View File

@ -33,6 +33,7 @@ import bisq.core.app.AppOptionKeys;
import bisq.core.locale.Res;
import bisq.core.monetary.Price;
import bisq.core.monetary.Volume;
import bisq.core.offer.Offer;
import bisq.core.offer.OpenOffer;
import bisq.core.trade.Contract;
import bisq.core.trade.Tradable;