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:
parent
09169365d8
commit
f36df8f563
1 changed files with 0 additions and 2 deletions
|
|
@ -36,8 +36,6 @@ in {
|
|||
enable = true;
|
||||
listen = true;
|
||||
dataDirReadableByGroup = mkIf cfg.electrs.high-memory true;
|
||||
discover = false;
|
||||
addresstype = "bech32";
|
||||
dbCache = 1000;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue