mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-23 15:14:32 +00:00
accounts: better support for EIP-191 intended validator (#19523)
This commit is contained in:
parent
44d58cb8dc
commit
b75f946081
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ type Account struct {
|
|||
}
|
||||
|
||||
const (
|
||||
MimetypeTextWithValidator = "text/validator"
|
||||
MimetypeDataWithValidator = "data/validator"
|
||||
MimetypeTypedData = "data/typed"
|
||||
MimetypeClique = "application/x-clique-header"
|
||||
MimetypeTextPlain = "text/plain"
|
||||
|
|
|
|||
Loading…
Reference in a new issue