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
@ -36,8 +36,6 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
listen = true;
|
listen = true;
|
||||||
dataDirReadableByGroup = mkIf cfg.electrs.high-memory true;
|
dataDirReadableByGroup = mkIf cfg.electrs.high-memory true;
|
||||||
discover = false;
|
|
||||||
addresstype = "bech32";
|
|
||||||
dbCache = 1000;
|
dbCache = 1000;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user