From 1d1a3ff28159bd06603b715bc5564a2656c19976 Mon Sep 17 00:00:00 2001 From: Sergey Tolmachev Date: Fri, 18 Nov 2016 15:22:53 +0300 Subject: [PATCH] Empty myAddress is invalid for now --- waves-mainnet.json | 1 - waves-testnet.json | 1 - 2 files changed, 2 deletions(-) diff --git a/waves-mainnet.json b/waves-mainnet.json index 88b06385b9e..efc2b1f8b7d 100644 --- a/waves-mainnet.json +++ b/waves-mainnet.json @@ -2,7 +2,6 @@ "p2p": { "nodeName": "", "bindAddress": "0.0.0.0", - "myAddress": "", "port": 6868, "upnp": false, "upnpGatewayTimeout": 7000, diff --git a/waves-testnet.json b/waves-testnet.json index 6a56707b26d..09e0889b1cf 100644 --- a/waves-testnet.json +++ b/waves-testnet.json @@ -2,7 +2,6 @@ "p2p": { "nodeName": "", "bindAddress": "0.0.0.0", - "myAddress": "", "port": 6863, "upnp": false, "upnpGatewayTimeout": 7000,