mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Move classes
This commit is contained in:
parent
6f03624fd2
commit
bb20264473
@ -17,9 +17,9 @@
|
||||
|
||||
package bisq.core.app;
|
||||
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BtcOptionKeys;
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.nodes.UserAgent;
|
||||
import bisq.core.btc.UserAgent;
|
||||
import bisq.core.dao.DaoOptionKeys;
|
||||
import bisq.core.exceptions.BisqException;
|
||||
import bisq.core.filter.FilterManager;
|
||||
|
@ -19,7 +19,7 @@ package bisq.core.app;
|
||||
|
||||
import bisq.core.arbitration.ArbitratorManager;
|
||||
import bisq.core.btc.BtcOptionKeys;
|
||||
import bisq.core.btc.nodes.RegTestHost;
|
||||
import bisq.core.btc.setup.RegTestHost;
|
||||
import bisq.core.btc.setup.WalletsSetup;
|
||||
import bisq.core.btc.wallet.BsqWalletService;
|
||||
import bisq.core.btc.wallet.BtcWalletService;
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
package bisq.core.app;
|
||||
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
|
||||
import bisq.network.crypto.DecryptedDataTuple;
|
||||
import bisq.network.crypto.EncryptionService;
|
||||
|
@ -15,7 +15,7 @@
|
||||
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package bisq.core.btc.nodes;
|
||||
package bisq.core.btc;
|
||||
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.provider.fee.FeeService;
|
@ -21,8 +21,7 @@ import bisq.core.app.AppOptionKeys;
|
||||
import bisq.core.btc.model.AddressEntryList;
|
||||
import bisq.core.btc.model.BalanceModel;
|
||||
import bisq.core.btc.nodes.BtcNodes;
|
||||
import bisq.core.btc.nodes.RegTestHost;
|
||||
import bisq.core.btc.nodes.UserAgent;
|
||||
import bisq.core.btc.setup.RegTestHost;
|
||||
import bisq.core.btc.setup.WalletsSetup;
|
||||
import bisq.core.btc.wallet.BsqCoinSelector;
|
||||
import bisq.core.btc.wallet.BsqWalletService;
|
||||
|
@ -15,7 +15,7 @@
|
||||
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package bisq.core.btc.nodes;
|
||||
package bisq.core.btc;
|
||||
|
||||
import javax.inject.Inject;
|
||||
import javax.inject.Named;
|
@ -15,7 +15,7 @@
|
||||
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package bisq.core.btc.nodes;
|
||||
package bisq.core.btc.setup;
|
||||
|
||||
public enum RegTestHost {
|
||||
|
@ -26,7 +26,6 @@ import bisq.core.btc.nodes.BtcNodes;
|
||||
import bisq.core.btc.nodes.BtcNodes.BtcNode;
|
||||
import bisq.core.btc.nodes.BtcNodesRepository;
|
||||
import bisq.core.btc.nodes.BtcNodesSetupPreferences;
|
||||
import bisq.core.btc.nodes.RegTestHost;
|
||||
import bisq.core.user.Preferences;
|
||||
|
||||
import bisq.network.Socks5MultiDiscovery;
|
||||
|
@ -18,7 +18,7 @@
|
||||
package bisq.core.locale;
|
||||
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
|
||||
import bisq.common.UserThread;
|
||||
import bisq.common.app.DevEnv;
|
||||
|
@ -18,7 +18,7 @@
|
||||
package bisq.core.payment.validation;
|
||||
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
import bisq.core.locale.Res;
|
||||
import bisq.core.util.validation.InputValidator;
|
||||
|
||||
|
@ -19,8 +19,8 @@ package bisq.core.user;
|
||||
|
||||
import bisq.core.app.AppOptionKeys;
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BtcOptionKeys;
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.nodes.BtcNodes;
|
||||
import bisq.core.btc.wallet.Restrictions;
|
||||
import bisq.core.locale.Country;
|
||||
|
@ -18,7 +18,7 @@
|
||||
package bisq.core.payment.validation;
|
||||
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
import bisq.core.locale.CurrencyUtil;
|
||||
import bisq.core.locale.Res;
|
||||
|
||||
|
@ -21,7 +21,7 @@ import bisq.desktop.main.overlays.Overlay;
|
||||
import bisq.desktop.util.FormBuilder;
|
||||
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
import bisq.core.locale.Res;
|
||||
|
||||
import bisq.common.app.DevEnv;
|
||||
|
@ -29,7 +29,7 @@ import bisq.desktop.util.ImageUtil;
|
||||
import bisq.desktop.util.Layout;
|
||||
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
import bisq.core.locale.Country;
|
||||
import bisq.core.locale.CountryUtil;
|
||||
import bisq.core.locale.CryptoCurrency;
|
||||
|
@ -18,7 +18,7 @@
|
||||
package bisq.desktop.util.validation;
|
||||
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
import bisq.core.locale.CurrencyUtil;
|
||||
import bisq.core.locale.Res;
|
||||
import bisq.core.util.BSFormatter;
|
||||
|
@ -18,7 +18,7 @@
|
||||
package bisq.desktop.util.validation;
|
||||
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
import bisq.core.locale.CurrencyUtil;
|
||||
import bisq.core.locale.Res;
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
package bisq.desktop.util.validation;
|
||||
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.btc.nodes.BaseCurrencyNetwork;
|
||||
import bisq.core.btc.BaseCurrencyNetwork;
|
||||
import bisq.core.locale.CurrencyUtil;
|
||||
import bisq.core.locale.Res;
|
||||
|
||||
|
@ -20,7 +20,7 @@ package bisq.monitor;
|
||||
import bisq.core.app.AppOptionKeys;
|
||||
import bisq.core.app.BisqEnvironment;
|
||||
import bisq.core.btc.BtcOptionKeys;
|
||||
import bisq.core.btc.nodes.UserAgent;
|
||||
import bisq.core.btc.UserAgent;
|
||||
import bisq.core.dao.DaoOptionKeys;
|
||||
|
||||
import bisq.network.NetworkOptionKeys;
|
||||
|
Loading…
Reference in New Issue
Block a user