mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Update to lasted TomP2P head
This commit is contained in:
parent
39febbac4b
commit
ec2301c6ab
@ -22,7 +22,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
compile 'org.bitcoinj:bitcoinj-core:0.12'
|
||||
compile 'net.tomp2p:tomp2p-all:5.0-Alpha.a86fc89-SNAPSHOT'
|
||||
compile 'net.tomp2p:tomp2p-all:5.0-Alpha.094d47d-SNAPSHOT'
|
||||
compile 'com.typesafe.akka:akka-actor_2.10:2.3.4'
|
||||
compile 'org.slf4j:slf4j-api:1.7.7'
|
||||
compile 'ch.qos.logback:logback-core:1.1.2'
|
||||
|
@ -157,7 +157,7 @@ public class BasicUsecasesInWANTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Ignore
|
||||
@Ignore
|
||||
public void testDHT2Servers() throws Exception {
|
||||
PeerDHT peer1DHT = startClient(CLIENT_1_ID, new Ports().tcpPort(), SERVER_ID_1, SERVER_IP_1, SERVER_PORT_1);
|
||||
PeerDHT peer2DHT = startClient(CLIENT_2_ID, new Ports().tcpPort(), SERVER_ID_2, SERVER_IP_2, SERVER_PORT_2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user