@@ -207,7 +207,7 @@ func newMailboxContextWithClock(t *testing.T,
207
207
forwards : make (chan * htlcPacket , 1 ),
208
208
}
209
209
210
- failMailboxUpdate := func (outScid ,
210
+ failMailboxUpdate := func (_ context. Context , outScid ,
211
211
mboxScid lnwire.ShortChannelID ) lnwire.FailureMessage {
212
212
213
213
return & lnwire.FailTemporaryNodeFailure {}
@@ -233,7 +233,7 @@ func newMailboxContext(t *testing.T, startTime time.Time,
233
233
forwards : make (chan * htlcPacket , 1 ),
234
234
}
235
235
236
- failMailboxUpdate := func (outScid ,
236
+ failMailboxUpdate := func (_ context. Context , outScid ,
237
237
mboxScid lnwire.ShortChannelID ) lnwire.FailureMessage {
238
238
239
239
return & lnwire.FailTemporaryNodeFailure {}
@@ -698,7 +698,7 @@ func testMailBoxDust(t *testing.T, chantype channeldb.ChannelType) {
698
698
func TestMailOrchestrator (t * testing.T ) {
699
699
t .Parallel ()
700
700
701
- failMailboxUpdate := func (outScid ,
701
+ failMailboxUpdate := func (_ context. Context , outScid ,
702
702
mboxScid lnwire.ShortChannelID ) lnwire.FailureMessage {
703
703
704
704
return & lnwire.FailTemporaryNodeFailure {}
0 commit comments