summaryrefslogtreecommitdiffstats
path: root/nixos/tests/blockbook-frontend.nix
diff options
context:
space:
mode:
author1000101 <b1000101@pm.me>2020-07-29 12:57:21 +0200
committer1000101 <b1000101@pm.me>2020-07-29 12:58:25 +0200
commit046a80f7a4fe22660b5ee4a02305cf2f5184f2da (patch)
tree1392da85a577bcf02b575d4a9e4845e82585eb8a /nixos/tests/blockbook-frontend.nix
parent8649a868847f0d404bc628c87409f7c9d66e6393 (diff)
nixos/blockbook-frontend: adjust tests to bitcoind
Diffstat (limited to 'nixos/tests/blockbook-frontend.nix')
-rw-r--r--nixos/tests/blockbook-frontend.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/blockbook-frontend.nix b/nixos/tests/blockbook-frontend.nix
index 67d0fcab9479..5fbfc6c30c1a 100644
--- a/nixos/tests/blockbook-frontend.nix
+++ b/nixos/tests/blockbook-frontend.nix
@@ -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;