From 267d618e8f2b13b8a61b97ee4da56973262f2da7 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Wed, 25 Jan 2023 17:14:59 -0800 Subject: [PATCH] removed unnecessary defaults. --- settings.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/settings.json b/settings.json index 8c9805a..e9cb0b2 100644 --- a/settings.json +++ b/settings.json @@ -3,12 +3,7 @@ "minBlockchainPeers": 5, "minOutboundPeers": 15, "maxPeers": 42, - "apiEnabled":true, "apiRestricted":false, - "autoUpdateEnabled":true, - "uPnpEnabled": true, - "relayModeEnabled": true, - "qdnEnabled": true, "allowConnectionsWithOlderPeerVersions": false, "minPeerVersion": "3.8.4" }