Skip to content

Commit

Permalink
fix readme: bitcoin-cli -generate
Browse files Browse the repository at this point in the history
  • Loading branch information
KhoiUna committed Mar 29, 2022
1 parent 9b64dd9 commit aada0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Ensure your docker image is running and bitcoind process is started
2. Make sure you have enough BTC in your issuing address. You're using bitcoind in regtest mode, so you can print money. This should give you 50 (fake) BTC:

```
bitcoin-cli generate 101
bitcoin-cli -generate 101
bitcoin-cli getbalance
```

Expand Down

0 comments on commit aada0db

Please sign in to comment.