Merge pull request #94167 from 1000101/blockbook-frontend

nixos/blockbook-frontend: adjust tests to bitcoind
This commit is contained in:
Marek Mahut 2020-07-30 10:43:32 +02:00 committed by GitHub
commit 008deafb4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;