secure-node: remove default bitcoin addnode

Onion v2 addresses are incompatible with the upcoming bitcoind version.
This commit is contained in:
Jonas Nick 2021-09-19 20:03:40 +00:00
parent 020d9486dd
commit 0c31130ac8
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ in {
enable = true;
listen = true;
dataDirReadableByGroup = mkIf cfg.electrs.high-memory true;
addnodes = [ "ecoc5q34tmbq54wl.onion" ];
discover = false;
addresstype = "bech32";
dbCache = 1000;