htlcswitch/mock: add Reextract NOP to mockObfuscator

This commit is contained in:
Conner Fromknecht 2018-03-12 13:37:49 -07:00
parent 2fbb0c8b92
commit cee221f8cc
No known key found for this signature in database
GPG Key ID: 39DE78FBE6ACB0EF
1 changed files with 4 additions and 0 deletions

View File

@ -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) {