Merge pull request #6223 from wakiyamap/patch-1

Fix typos
This commit is contained in:
ThomasV 2020-06-12 00:03:54 +02:00 committed by GitHub
commit ba5ccf464c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,10 +122,10 @@ if [[ $1 == "forwarding" ]]; then
if [[ $carol_balance != 110000 ]]; then
exit 1
fi
chan1=$($alice list_channels | jq -r ".[0].channel_point")
chan2=$($carol list_channels | jq -r ".[0].channel_point")
$alice close_channel $chan1
$carol close_channel $chan2
chan1=$($alice list_channels | jq -r ".[0].channel_point")
chan2=$($carol list_channels | jq -r ".[0].channel_point")
$alice close_channel $chan1
$carol close_channel $chan2
fi
# alice sends two payments, then broadcast ctx after first payment.