Browse Source

README: Remove '-testnet' bitcoind's argument

travis-debug
darosior 5 years ago
committed by Rusty Russell
parent
commit
04a780c715
  1. 2
      README.md

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

Loading…
Cancel
Save