electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit ba5ccf464c2a94feed62e28cf12bea125ad20d99
parent b0230f6a4bd7498aa0dd1d48ec61326d35a40386
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:
Melectrum/tests/regtest/regtest.sh | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/electrum/tests/regtest/regtest.sh b/electrum/tests/regtest/regtest.sh @@ -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.