Add missing import

This commit is contained in:
Manfred Karrer 2018-09-23 14:47:41 -05:00
parent f3f719a632
commit 9b9d56c79c
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -18,6 +18,7 @@
package bisq.core.btc.wallet;
import bisq.core.app.BisqEnvironment;
import bisq.core.btc.setup.WalletsSetup;
import bisq.core.crypto.ScryptUtil;
import bisq.core.locale.Res;