secure-node: stop pruning liquidd

There is no security reason why pruning should be enabled and therefore it
surprises users. Turning on pruning in the first place was simply a mistake.
This commit is contained in:
Jonas Nick
2021-10-31 10:45:06 +00:00
parent 347a0f3aee
commit bac8518e7c
3 changed files with 18 additions and 2 deletions

View File

@@ -44,7 +44,9 @@ in {
};
services.liquidd = {
prune = 1000;
# Enable `validatepegin` to verify that a transaction sending BTC into
# Liquid exists on Bitcoin. Without it, a malicious liquid federation can
# make the node accept a sidechain that is not fully backed.
validatepegin = true;
listen = true;
};