From 273f03039019621f2fe4e1e38febc58e029ce38a Mon Sep 17 00:00:00 2001 From: jonny1000 <8066400+jonny1000@users.noreply.github.com> Date: Fri, 15 Jun 2018 13:53:00 +0800 Subject: [PATCH] test: fix type in comment --- lnd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnd_test.go b/lnd_test.go index a30fc095..608a4b77 100644 --- a/lnd_test.go +++ b/lnd_test.go @@ -653,7 +653,7 @@ func testBasicChannelFunding(net *lntest.NetworkHarness, t *harnessTest) { t.Fatalf("bob didn't report channel: %v", err) } - // With then channel open, ensure that the amount specified above has + // With the channel open, ensure that the amount specified above has // properly been pushed to Bob. balReq := &lnrpc.ChannelBalanceRequest{} aliceBal, err := net.Alice.ChannelBalance(ctxb, balReq)