removed unnecessary defaults.

This commit is contained in:
crowetic 2023-01-25 17:14:59 -08:00 committed by GitHub
parent d1cd20614d
commit 267d618e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,7 @@
"minBlockchainPeers": 5, "minBlockchainPeers": 5,
"minOutboundPeers": 15, "minOutboundPeers": 15,
"maxPeers": 42, "maxPeers": 42,
"apiEnabled":true,
"apiRestricted":false, "apiRestricted":false,
"autoUpdateEnabled":true,
"uPnpEnabled": true,
"relayModeEnabled": true,
"qdnEnabled": true,
"allowConnectionsWithOlderPeerVersions": false, "allowConnectionsWithOlderPeerVersions": false,
"minPeerVersion": "3.8.4" "minPeerVersion": "3.8.4"
} }