tMerge pull request #6223 from wakiyamap/patch-1 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit ba5ccf464c2a94feed62e28cf12bea125ad20d99
DIR parent b0230f6a4bd7498aa0dd1d48ec61326d35a40386
HTML Author: ThomasV <thomasv@electrum.org>
Date: Fri, 12 Jun 2020 00:03:54 +0200
Merge pull request #6223 from wakiyamap/patch-1
Fix typos
Diffstat:
M electrum/tests/regtest/regtest.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
DIR diff --git a/electrum/tests/regtest/regtest.sh b/electrum/tests/regtest/regtest.sh
t@@ -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.