Move ValidationException to bisq.core.dao.exceptions

This commit is contained in:
Manfred Karrer 2018-04-23 00:16:34 -05:00
parent 3d99e92267
commit 6ed700589d
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -32,9 +32,9 @@ import bisq.core.btc.wallet.BsqWalletService;
import bisq.core.btc.wallet.InsufficientBsqException;
import bisq.core.btc.wallet.WalletsSetup;
import bisq.core.dao.DaoFacade;
import bisq.core.dao.ValidationException;
import bisq.core.dao.ballot.Ballot;
import bisq.core.dao.ballot.BallotWithTransaction;
import bisq.core.dao.exceptions.ValidationException;
import bisq.core.dao.proposal.ProposalConsensus;
import bisq.core.dao.proposal.ProposalType;
import bisq.core.locale.Res;