itest: fix incorrect error message

This commit is contained in:
Oliver Gugger 2020-12-08 16:26:57 +01:00
parent ebb83bc0a0
commit 4d2a12e552
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -272,7 +272,7 @@ func createThreeHopNetwork(t *harnessTest, net *lntest.NetworkHarness,
ctxt, _ = context.WithTimeout(context.Background(), defaultTimeout)
err = net.SendCoins(ctxt, btcutil.SatoshiPerBitcoin, carol)
if err != nil {
t.Fatalf("unable to send coins to Alice: %v", err)
t.Fatalf("unable to send coins to Carol: %v", err)
}
}