mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
README: Remove '-testnet' bitcoind's argument
This commit is contained in:
parent
a988ded3fa
commit
04a780c715
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue