Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fails with `bad-cb-length` because the BIP34 height push is too short for the
coinbase scriptSig minimum.

```sh
./build/bin/bitcoin rpc -regtest -rpcwait generatetodescriptor 101 "raw(51)"
./build/bin/bitcoin rpc -chain=regtest -rpcwait generatetodescriptor 101 "raw(51)"
```

### 4. Run tests
Expand All @@ -49,7 +49,7 @@ cargo test
### 5. Stop bitcoin

```sh
./build/bin/bitcoin rpc -regtest stop
./build/bin/bitcoin rpc -chain=regtest stop
```

## License
Expand Down