Update to BitcoinJ 0.12.2

This commit is contained in:
Manfred Karrer 2014-11-17 18:57:58 +01:00
parent 29cfdd2301
commit 46a56e4e4f
4 changed files with 5 additions and 5 deletions

View file

@ -85,7 +85,7 @@ public class TomP2PTests {
private static final Logger log = LoggerFactory.getLogger(TomP2PTests.class);
// If you want to test in one specific connection mode define it directly, otherwise use UNKNOWN
private static final ConnectionType FORCED_CONNECTION_TYPE = ConnectionType.MANUAL_PORT_FORWARDING;
private static final ConnectionType FORCED_CONNECTION_TYPE = ConnectionType.DIRECT;
// Typically you run the bootstrap node in localhost to test direct connection.
// If you have a setup where you are not behind a router you can also use a WAN bootstrap node.