mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
chainntnfs: fix new golang 1.10 vet/test warning
This commit is contained in:
parent
2c2ed3c6a9
commit
2a61ccec96
1 changed files with 2 additions and 2 deletions
|
@ -1116,7 +1116,7 @@ func testReorgConf(miner *rpctest.Harness, notifier chainntnfs.ChainNotifier,
|
||||||
}
|
}
|
||||||
|
|
||||||
if nodeHeight1 != nodeHeight2 {
|
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)
|
nodeHeight1, nodeHeight2)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1190,7 +1190,7 @@ func testReorgConf(miner *rpctest.Harness, notifier chainntnfs.ChainNotifier,
|
||||||
}
|
}
|
||||||
|
|
||||||
if nodeHeight1 != nodeHeight2 {
|
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)
|
nodeHeight1, nodeHeight2)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue