From 774565b1213a94be14e4b9ff59776414bde07176 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 19 Dec 2017 11:43:52 +0900 Subject: [PATCH] fix test README --- BTCPayServer.Tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer.Tests/README.md b/BTCPayServer.Tests/README.md index 8e0f284cd..37d7bfc88 100644 --- a/BTCPayServer.Tests/README.md +++ b/BTCPayServer.Tests/README.md @@ -6,7 +6,7 @@ You can however use the `docker-compose.yml` of this folder to get it running. This is running a bitcoind instance on regtest, a private bitcoin blockchain for testing on which you can generate blocks yourself. ``` -docker-compose up nbxplorer +docker-compose up dev ``` You can run the tests while it is running through your favorite IDE, or with @@ -43,4 +43,4 @@ docker exec -ti btcpayserver_dev_bitcoind bitcoin-cli -regtest -conf="/data/bitc If you are using Powershell: ``` .\docker-bitcoin-cli.ps1 sendtoaddress "mohu16LH66ptoWGEL1GtP6KHTBJYXMWhEf" 0.23111090 -``` \ No newline at end of file +```