mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-09 07:33:12 -04:00
Update to lasted TomP2P head
This commit is contained in:
parent
39febbac4b
commit
ec2301c6ab
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.bitcoinj:bitcoinj-core:0.12'
|
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 'com.typesafe.akka:akka-actor_2.10:2.3.4'
|
||||||
compile 'org.slf4j:slf4j-api:1.7.7'
|
compile 'org.slf4j:slf4j-api:1.7.7'
|
||||||
compile 'ch.qos.logback:logback-core:1.1.2'
|
compile 'ch.qos.logback:logback-core:1.1.2'
|
||||||
|
|
|
@ -157,7 +157,7 @@ public class BasicUsecasesInWANTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
//@Ignore
|
@Ignore
|
||||||
public void testDHT2Servers() throws Exception {
|
public void testDHT2Servers() throws Exception {
|
||||||
PeerDHT peer1DHT = startClient(CLIENT_1_ID, new Ports().tcpPort(), SERVER_ID_1, SERVER_IP_1, SERVER_PORT_1);
|
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);
|
PeerDHT peer2DHT = startClient(CLIENT_2_ID, new Ports().tcpPort(), SERVER_ID_2, SERVER_IP_2, SERVER_PORT_2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue