mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-13 23:12:16 -05:00
Add sym encryption
This commit is contained in:
parent
b531c3a0c2
commit
506ac37293
29 changed files with 189 additions and 84 deletions
|
|
@ -96,7 +96,7 @@ public class PlaceOfferProtocolTest {
|
|||
user.applyPersistedUser(null);
|
||||
bootstrappedPeerBuilder = new BootstrappedPeerBuilder(Node.DEFAULT_PORT, false, bootstrapNode, "<unspecified>");
|
||||
tomP2PNode = new TomP2PNode(bootstrappedPeerBuilder);
|
||||
messageService = new TomP2PMessageService(tomP2PNode);
|
||||
messageService = new TomP2PMessageService(tomP2PNode, null, null, null);
|
||||
|
||||
Observable<BootstrapState> messageObservable = tomP2PNode.bootstrap(user.getP2pSigKeyPair());
|
||||
messageObservable.publish();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue