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
No known key found for this signature in database
GPG key ID: 4861DBF262123605
3 changed files with 18 additions and 2 deletions

View file

@ -259,5 +259,5 @@
# The nix-bitcoin release version that your config is compatible with.
# When upgrading to a backwards-incompatible release, nix-bitcoin will display an
# an error and provide hints for migrating your config to the new release.
nix-bitcoin.configVersion = "0.0.53";
nix-bitcoin.configVersion = "0.0.57";
}