removed pw from self info, checking if third party peers file exists, minor logging fix

This commit is contained in:
mrfry 2023-04-11 10:48:41 +02:00
parent 5106614088
commit 5ce0c2d71c
2 changed files with 11 additions and 6 deletions

View file

@ -286,6 +286,7 @@ export const files = {
},
thirdPartyPeersFile: {
path: 'data/p2p/thirdPartyPeers.json',
defaultValue: JSON.stringify([]),
description: 'json of third party peers reported by other peers',
},
keyFile: {