README: Remove '-testnet' bitcoind's argument

This commit is contained in:
darosior 2019-09-13 18:20:09 +02:00 committed by Rusty Russell
parent a988ded3fa
commit 04a780c715

View File

@ -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.