mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
htlcswitch: remove extramsg string from ForwardingError
Remove the extramsg field in ForwardingError because it has been replaced with detailed link errors.
This commit is contained in:
@@ -400,7 +400,7 @@ func (o *mockDeobfuscator) DecryptError(reason lnwire.OpaqueReason) (*Forwarding
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return NewForwardingError(failure, 1, ""), nil
|
||||
return NewForwardingError(failure, 1), nil
|
||||
}
|
||||
|
||||
var _ ErrorDecrypter = (*mockDeobfuscator)(nil)
|
||||
|
Reference in New Issue
Block a user