bitcoind: remove banlist loader

Gmaxwell's banlist (https://people.xiph.org/~greg/banlist.cli.txt) is
no longer maintained and hasn't been updated since 2 years.
This commit is contained in:
Erik Arvstedt
2022-07-15 00:04:03 +02:00
parent 7e94b7eddc
commit 8dc4858872
6 changed files with 4 additions and 3885 deletions

View File

@@ -214,7 +214,7 @@ let
../modules/presets/secure-node.nix
];
tests.secure-node = true;
tests.banlist-and-restart = true;
tests.restart-bitcoind = true;
# Stop electrs from spamming the test log with 'WARN - wait until IBD is over' messages
tests.stop-electrs = true;