There was an error while loading. Please reload this page.
1 parent 6449797 commit 4dfdf2eCopy full SHA for 4dfdf2e
1 file changed
token/services/identity/interop/htlc/validator.go
@@ -68,6 +68,7 @@ func VerifyOwner(senderRawOwner []byte, outRawOwner []byte, now time.Time) (*htl
68
if script.AllowSenderClaim {
69
return nil, None, errors.New("owner of output token does not correspond to sender or recipient in htlc request")
70
}
71
+
72
return nil, None, errors.New("owner of output token does not correspond to recipient in htlc request")
73
} else {
74
// this should be a reclaim
0 commit comments