diff --git a/src/main/java/io/bitsquare/msg/tomp2p/BootstrappedPeerFactory.java b/src/main/java/io/bitsquare/msg/tomp2p/BootstrappedPeerFactory.java index 116abb3c69..d19294741d 100644 --- a/src/main/java/io/bitsquare/msg/tomp2p/BootstrappedPeerFactory.java +++ b/src/main/java/io/bitsquare/msg/tomp2p/BootstrappedPeerFactory.java @@ -76,7 +76,7 @@ class BootstrappedPeerFactory { private static final Logger log = LoggerFactory.getLogger(BootstrappedPeerFactory.class); static final String BOOTSTRAP_NODE_KEY = "bootstrapNode"; - static final String NETWORK_INTERFACE_KEY = "networkInterface"; + static final String NETWORK_INTERFACE_KEY = "interface"; static final String NETWORK_INTERFACE_UNSPECIFIED = ""; private KeyPair keyPair;