nixos/blockbook-frontend: adjust tests to bitcoind

This commit is contained in:
1000101
2020-07-29 12:58:25 +02:00
parent 8649a86884
commit 046a80f7a4
+1 -1
View File
@@ -8,7 +8,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
services.blockbook-frontend."test" = {
enable = true;
};
services.bitcoind = {
services.bitcoind.mainnet = {
enable = true;
rpc = {
port = 8030;