From f8e6a63190b6ca7eabf3aa2d221f819628589880 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Fri, 19 Jun 2020 10:38:36 -0400 Subject: [PATCH] typo --- code/docker/setup-channels.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/docker/setup-channels.sh b/code/docker/setup-channels.sh index 4c4fddd..cc9e488 100644 --- a/code/docker/setup-channels.sh +++ b/code/docker/setup-channels.sh @@ -37,7 +37,8 @@ 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 +echo Wait for channel establishment - 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}