mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-28 08:37:16 -04:00
Introduce io.bitsquare.msg.tomp2p package
This commit is contained in:
parent
467f76fd76
commit
96fa93f608
10 changed files with 117 additions and 96 deletions
|
@ -21,8 +21,8 @@ import io.bitsquare.AbstractBitsquareModule;
|
|||
import io.bitsquare.btc.BitcoinModule;
|
||||
import io.bitsquare.crypto.CryptoModule;
|
||||
import io.bitsquare.gui.GuiModule;
|
||||
import io.bitsquare.msg.DefaultMessageModule;
|
||||
import io.bitsquare.msg.MessageModule;
|
||||
import io.bitsquare.msg.tomp2p.TomP2PMessageModule;
|
||||
import io.bitsquare.offer.OfferModule;
|
||||
import io.bitsquare.offer.tomp2p.TomP2POfferModule;
|
||||
import io.bitsquare.persistence.Persistence;
|
||||
|
@ -83,7 +83,7 @@ public class BitsquareModule extends AbstractBitsquareModule {
|
|||
}
|
||||
|
||||
protected MessageModule messageModule() {
|
||||
return new DefaultMessageModule(properties);
|
||||
return new TomP2PMessageModule(properties);
|
||||
}
|
||||
|
||||
protected BitcoinModule bitcoinModule() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue