mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
multi: update linter, fix new issues
This commit is contained in:
@@ -1102,7 +1102,7 @@ func (m *mockOnionErrorDecryptor) DecryptError(encryptedData []byte) (
|
||||
var _ htlcNotifier = (*mockHTLCNotifier)(nil)
|
||||
|
||||
type mockHTLCNotifier struct {
|
||||
htlcNotifier
|
||||
htlcNotifier //nolint:unused
|
||||
}
|
||||
|
||||
func (h *mockHTLCNotifier) NotifyForwardingEvent(key HtlcKey, info HtlcInfo,
|
||||
|
Reference in New Issue
Block a user