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,