Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Dec 13, 2024
1 parent eebd375 commit a92a21b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ethcoder/typed_data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"github.com/0xsequence/ethkit/ethcoder"
"github.com/0xsequence/ethkit/ethwallet"
"github.com/0xsequence/ethkit/go-ethereum/common"
"github.com/davecgh/go-spew/spew"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down Expand Up @@ -255,8 +254,6 @@ func TestTypedDataFromJSONPart2(t *testing.T) {
typedData, err := ethcoder.TypedDataFromJSON(typedDataJson)
require.NoError(t, err)

spew.Dump(typedData)

domainHash, err := typedData.HashStruct("EIP712Domain", typedData.Domain.Map())
require.NoError(t, err)
require.Equal(t, "0xf2cee375fa42b42143804025fc449deafd50cc031ca257e0b194a650a912090f", ethcoder.HexEncode(domainHash))
Expand Down

0 comments on commit a92a21b

Please sign in to comment.