From fdf3b407c9f55d4f55e928a65ababb1380cf2b92 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Tue, 17 Jul 2018 09:13:05 +0200 Subject: [PATCH] lnd_test: correct node names in comments, format file --- lnd_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnd_test.go b/lnd_test.go index f3a34503..7e401ad7 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -1771,7 +1771,7 @@ func testChannelForceClosure(net *lntest.NetworkHarness, t *harnessTest) { t.Fatalf("htlc mismatch: %v", err) } - // As we'll be querying the state of Carol's channels frequently we'll + // As we'll be querying the state of Alice's channels frequently we'll // create a closure helper function for the purpose. getAliceChanInfo := func() (*lnrpc.Channel, error) { req := &lnrpc.ListChannelsRequest{} @@ -2253,7 +2253,7 @@ func testChannelForceClosure(net *lntest.NetworkHarness, t *harnessTest) { t.Fatalf("no user funds should be left in limbo after incubation") } - // At this point, Carol should now be aware of his new immediately + // At this point, Bob should now be aware of his new immediately // spendable on-chain balance, as it was Alice who broadcast the // commitment transaction. carolBalResp, err = net.Bob.WalletBalance(ctxb, carolBalReq)