Skip to content

Commit

Permalink
Update verify_signature.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nii236 authored Jul 1, 2021
1 parent 53186e9 commit 02ac804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eip712_utils/verify_signature.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/ethereum/go-ethereum/crypto"
)

func VerifySignature(companyName string, signature string, nonce string, publicKey string) bool {
func VerifySignature(signature string, nonce string, publicKey string) bool {
decodedSig, err := hexutil.Decode(signature)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 02ac804

Please sign in to comment.