mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 12:54:37 -04:00
Exclude 2nd log binding, cleanup, reformat
This commit is contained in:
parent
c4d56d43f4
commit
8713f9d835
38 changed files with 82 additions and 60 deletions
|
@ -96,7 +96,7 @@ public class PlaceOfferProtocolTest {
|
|||
user.applyPersistedUser(null);
|
||||
bootstrappedPeerBuilder = new BootstrappedPeerBuilder(Node.DEFAULT_PORT, false, bootstrapNode, "<unspecified>");
|
||||
tomP2PNode = new TomP2PNode(bootstrappedPeerBuilder);
|
||||
tradeMessageService = new TomP2PTradeMessageService(user, tomP2PNode);
|
||||
tradeMessageService = new TomP2PTradeMessageService(tomP2PNode);
|
||||
|
||||
Observable<BootstrapState> messageObservable = tomP2PNode.bootstrap(user.getNetworkKeyPair(), tradeMessageService);
|
||||
messageObservable.publish();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue