From 4600d49a0234089e9671acc117a14b6e204d8786 Mon Sep 17 00:00:00 2001 From: Tibo-lg Date: Tue, 21 May 2024 17:23:59 +0900 Subject: [PATCH] Run generate_blocks script in docker in sample instructions --- sample/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/Readme.md b/sample/Readme.md index 489d0157..15933560 100644 --- a/sample/Readme.md +++ b/sample/Readme.md @@ -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. @@ -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.