signer/core: move EIP-712 types to package apitypes (#24029)

Fixes #23972
This commit is contained in:
Martin Holst Swende
2021-12-05 14:31:41 +01:00
committed by GitHub
parent 93f196c4b0
commit 619a3e7085
9 changed files with 776 additions and 771 deletions

View File

@ -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",