routing/chainview: linter fixes

This commit is contained in:
Olaoluwa Osuntokun
2017-05-10 17:58:42 -07:00
parent 1b4862d815
commit 31cb1cb65b
3 changed files with 8 additions and 7 deletions

View File

@@ -700,6 +700,7 @@ func testChannelForceClosure(net *networkHarness, t *harnessTest) {
// Now that the channel has been force closed, it should show up in the
// PendingChannels RPC under the force close section.
time.Sleep(time.Millisecond * 300)
pendingChansRequest := &lnrpc.PendingChannelRequest{}
pendingChanResp, err := net.Alice.PendingChannels(ctxb, pendingChansRequest)
if err != nil {