Skip to content

Commit

Permalink
chore: bump regtest version
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Sep 5, 2024
1 parent 272794e commit ea3f498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ regtest-start:
cd regtest && COMPOSE_PROFILES=ci ./start.sh
mkdir regtest/data/cln2/plugins
cp target/debug/hold regtest/data/cln2/plugins/
docker exec boltz-cln-2 lightning-cli --regtest plugin stop /root/hold.sh
docker exec boltz-cln-2 lightning-cli --regtest plugin stop /root/hold
rm -rf regtest/data/cln2/regtest/hold/
docker exec boltz-cln-2 lightning-cli --regtest plugin start /root/.lightning/plugins/hold

Expand Down Expand Up @@ -59,3 +59,5 @@ binaries:
mv build/hold build/hold-linux-arm64
tar -czcf build/hold-linux-amd64.tar.gz build/hold-linux-amd64
tar -czcf build/hold-linux-arm64.tar.gz build/hold-linux-arm64

.PHONY: build
2 changes: 1 addition & 1 deletion regtest

0 comments on commit ea3f498

Please sign in to comment.