Skip to content

Commit

Permalink
Fix EIP712 comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Nov 1, 2024
1 parent 0b226fe commit 3120221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante/eip712_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (suite *EIP712TestSuite) createTestEIP712CosmosTxBuilderWithDomain(
customDomainTypes,
)

// Sign sighHash
// Sign sigHash
keyringSigner := tests.NewSigner(priv)
signature, pubKey, err := keyringSigner.SignByAddress(from, sigHash)
suite.Require().NoError(err)
Expand Down

0 comments on commit 3120221

Please sign in to comment.