2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00

Moved setup-channels and added delay

This commit is contained in:
Andreas M. Antonopoulos 2020-06-19 10:19:12 -04:00
parent fdd63a661c
commit 9ec58a1504

View File

@ -37,5 +37,7 @@ gloria_invoice=$(docker-compose exec -T Gloria lncli -n regtest addinvoice 10000
gloria_invoice=${gloria_invoice//\"}
echo Gloria invoice ${gloria_invoice}
echo Wait for channel establihment - 60 seconds for 6 blocks
sleep 60
echo Alice pays Gloria 10k sats, routed around the network
docker-compose exec -T Alice lncli -n regtest payinvoice --json --inflight_updates -f ${gloria_invoice}