Skip to content

Commit

Permalink
Run generate_blocks script in docker in sample instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-lg committed May 21, 2024
1 parent 240c274 commit 4600d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Typing the same command in Alice's instance will make Alice broadcast the fund t

Now in yet another terminal (still from the same location) run:
```bash
../scripts/generate_blocks.sh
docker compose exec bitcoind /scripts/generate_blocks.sh
```

This will generate some blocks so that the fund transaction is confirmed.
Expand Down Expand Up @@ -88,7 +88,7 @@ Typing the same command in Alice's instance will make Alice broadcast the fund t

Now in yet another terminal (still from the same location) run:
```bash
../scripts/generate_blocks.sh
docker compose exec bitcoind /scripts/generate_blocks.sh
```

This will generate some blocks so that the fund transaction is confirmed.
Expand Down

0 comments on commit 4600d49

Please sign in to comment.