Skip to content

Commit

Permalink
run legend regtest fork
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 14, 2023
1 parent 10b9503 commit 25c5e17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:

- name: Setup Regtest
run: |
git clone https://github.com/lnbits/legend-regtest-enviroment.git docker
cd docker
chmod +x ./tests
git clone https://github.com/callebtc/cashu-regtest-enviroment.git regtest
cd regtest
./tests
sudo chmod -R a+rwx .
Expand Down
6 changes: 3 additions & 3 deletions tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def get_random_invoice_data():
docker_lightning_cli = [
"docker",
"exec",
"lnbits-legend-lnd-1-1",
"cashu-lnd-1-1",
"lncli",
"--network",
"regtest",
Expand All @@ -44,7 +44,7 @@ async def get_random_invoice_data():
docker_bitcoin_cli = [
"docker",
"exec",
"lnbits-legend-bitcoind-1-1bitcoin-cli",
"cashu-bitcoind-1-1bitcoin-cli",
"-rpcuser=lnbits",
"-rpcpassword=lnbits",
"-regtest",
Expand All @@ -54,7 +54,7 @@ async def get_random_invoice_data():
docker_lightning_unconnected_cli = [
"docker",
"exec",
"lnbits-legend-lnd-2-1",
"cashu-lnd-2-1",
"lncli",
"--network",
"regtest",
Expand Down

0 comments on commit 25c5e17

Please sign in to comment.