mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Move TakeOfferModel into package bisq.core.offer.bisq_v1
This commit is contained in:
parent
8a4c05c1e4
commit
ade5d32237
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ import bisq.core.btc.model.AddressEntry;
|
|||
import bisq.core.btc.wallet.BtcWalletService;
|
||||
import bisq.core.offer.Offer;
|
||||
import bisq.core.offer.OfferUtil;
|
||||
import bisq.core.offer.takeoffer.TakeOfferModel;
|
||||
import bisq.core.offer.bisq_v1.TakeOfferModel;
|
||||
import bisq.core.trade.Tradable;
|
||||
import bisq.core.trade.Trade;
|
||||
import bisq.core.trade.TradeManager;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with Bisq. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package bisq.core.offer.takeoffer;
|
||||
package bisq.core.offer.bisq_v1;
|
||||
|
||||
import bisq.core.account.witness.AccountAgeWitnessService;
|
||||
import bisq.core.btc.model.AddressEntry;
|
Loading…
Add table
Reference in a new issue