signer/core: move EIP-712 types to package apitypes (#24029)
Fixes #23972
This commit is contained in:
committed by
GitHub
parent
93f196c4b0
commit
619a3e7085
@ -605,7 +605,7 @@ function ApproveSignData(r){
|
||||
|
||||
t.Logf("address %v %v\n", addr.String(), addr.Original())
|
||||
|
||||
nvt := []*core.NameValueType{
|
||||
nvt := []*apitypes.NameValueType{
|
||||
{
|
||||
Name: "message",
|
||||
Typ: "text/plain",
|
||||
|
Reference in New Issue
Block a user