mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-30 09:37:28 -04:00
Rename orders to portfolio, orderbook to offerbook
This commit is contained in:
parent
637f954d25
commit
72763d0e5a
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ import io.bitsquare.btc.WalletFacade;
|
|||
import io.bitsquare.crypto.CryptoFacade;
|
||||
import io.bitsquare.gui.Navigation;
|
||||
import io.bitsquare.gui.OverlayManager;
|
||||
import io.bitsquare.gui.main.trade.orderbook.OrderBook;
|
||||
import io.bitsquare.gui.main.trade.offerbook.OfferBook;
|
||||
import io.bitsquare.gui.util.BSFormatter;
|
||||
import io.bitsquare.gui.util.validation.BankAccountNumberValidator;
|
||||
import io.bitsquare.gui.util.validation.BtcValidator;
|
||||
|
@ -80,7 +80,7 @@ public class BitSquareModule extends AbstractModule {
|
|||
bind(BootstrappedPeerFactory.class).asEagerSingleton();
|
||||
|
||||
bind(TradeManager.class).asEagerSingleton();
|
||||
bind(OrderBook.class).asEagerSingleton();
|
||||
bind(OfferBook.class).asEagerSingleton();
|
||||
bind(Navigation.class).asEagerSingleton();
|
||||
bind(OverlayManager.class).asEagerSingleton();
|
||||
bind(BSFormatter.class).asEagerSingleton();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue