mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
htlcswitch/mock: add Reextract NOP to mockObfuscator
This commit is contained in:
parent
2fbb0c8b92
commit
cee221f8cc
1 changed files with 4 additions and 0 deletions
|
@ -302,6 +302,10 @@ func (o *mockObfuscator) Decode(r io.Reader) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (o *mockObfuscator) Reextract(extracter ErrorEncrypterExtracter) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (o *mockObfuscator) EncryptFirstHop(failure lnwire.FailureMessage) (
|
||||
lnwire.OpaqueReason, error) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue