mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-25 16:04:20 +01:00
htlcswitch: fix lint under go 1.11
This commit is contained in:
parent
8bc61693bf
commit
f07260afbc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ func (c *concurrentTester) Fatalf(format string, args ...interface{}) {
|
|||
c.mtx.Lock()
|
||||
defer c.mtx.Unlock()
|
||||
|
||||
c.T.Fatalf(format, args)
|
||||
c.T.Fatalf(format, args...)
|
||||
}
|
||||
|
||||
// messageToString is used to produce less spammy log messages in trace mode by
|
||||
|
|
Loading…
Add table
Reference in a new issue