Skip to content

Commit

Permalink
fix: use compact signature in final payload
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazechaser committed Dec 17, 2024
1 parent 419665a commit 0a6a753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ens/ens.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func (e *ENS) SignPayload(sender common.Address, request []byte, result common.A
if err != nil {
return "0x", err
}
sig = sig[:64]

resp, err := encodeABIParameters(common.LeftPadBytes(result.Bytes(), 32), expiryTimestamp(), sig)
if err != nil {
Expand Down

0 comments on commit 0a6a753

Please sign in to comment.