Skip to content

Commit

Permalink
Merge pull request #215 from p2pderivatives/feature/sample-run-comman…
Browse files Browse the repository at this point in the history
…d-in-docker

Run generate_blocks script in docker in sample instructions
  • Loading branch information
Tibo-lg authored May 30, 2024
2 parents 240c274 + 62dbf2a commit 467f8be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dlc-manager/src/chain_monitor.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//!
//! Implementation of a chain monitor to watch the blockchain for transactions of interest.
use std::collections::HashMap;

Expand Down
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 467f8be

Please sign in to comment.