mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
Update signer/core/signed_data_recursive_array_test.go
This commit is contained in:
parent
8058ac5a16
commit
a38f10311d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ var messageStandard = map[string]interface{}{
|
|||
}
|
||||
|
||||
var domainStandard = apitypes.TypedDataDomain{
|
||||
Name: "Ether Mail",
|
||||
Name: "Recursive Bytes",
|
||||
Version: "1",
|
||||
ChainId: math.NewHexOrDecimal256(1),
|
||||
VerifyingContract: "0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC",
|
||||
|
|
|
|||
Loading…
Reference in a new issue