routing: fix linter error

This commit is contained in:
Olaoluwa Osuntokun 2017-05-15 18:16:28 -07:00
parent bc1a228645
commit bfc869739d
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ func TestAddEdgeUnknownVertexes(t *testing.T) {
bitcoinKey1.SerializeCompressed(), bitcoinKey2.SerializeCompressed(),
10000, 500)
if err != nil {
t.Fatal("unable to create channel edge: %v", err)
t.Fatalf("unable to create channel edge: %v", err)
}
edge := &channeldb.ChannelEdgeInfo{