secure-node: remove redundant bitcoind settings

- `discover` is automatically disabled by bitcoind because we're
   setting `externalip` via the `nix-bitcoin.onionServices` mechanism
- `bech32` is bitcoind's default addresstype
This commit is contained in:
Erik Arvstedt 2021-10-01 11:52:00 +02:00
parent 09169365d8
commit f36df8f563
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ in {
enable = true;
listen = true;
dataDirReadableByGroup = mkIf cfg.electrs.high-memory true;
discover = false;
addresstype = "bech32";
dbCache = 1000;
};