chainntnfs: fix new golang 1.10 vet/test warning

This commit is contained in:
Olaoluwa Osuntokun 2018-02-19 18:03:25 -08:00
parent 2c2ed3c6a9
commit 2a61ccec96
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 2 additions and 2 deletions

View File

@ -1116,7 +1116,7 @@ func testReorgConf(miner *rpctest.Harness, notifier chainntnfs.ChainNotifier,
}
if nodeHeight1 != nodeHeight2 {
t.Fatalf("expected both miners to be on the same height",
t.Fatalf("expected both miners to be on the same height: %v vs %v",
nodeHeight1, nodeHeight2)
}
@ -1190,7 +1190,7 @@ func testReorgConf(miner *rpctest.Harness, notifier chainntnfs.ChainNotifier,
}
if nodeHeight1 != nodeHeight2 {
t.Fatalf("expected both miners to be on the same height",
t.Fatalf("expected both miners to be on the same height: %v vs %v",
nodeHeight1, nodeHeight2)
}