From 04a780c7158655ddc7c391c726c4839b55aa8481 Mon Sep 17 00:00:00 2001 From: darosior Date: Fri, 13 Sep 2019 18:20:09 +0200 Subject: [PATCH] README: Remove '-testnet' bitcoind's argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca2873c6..1b1436b4b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ which provides a convenient `start_ln` helper: To test with real bitcoin, you will need to have a local `bitcoind` node running: ```bash -bitcoind -daemon -testnet +bitcoind -daemon ``` Wait until `bitcoind` has synchronized with the network.