mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +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 (
|
const (
|
||||||
MimetypeTextWithValidator = "text/validator"
|
MimetypeDataWithValidator = "data/validator"
|
||||||
MimetypeTypedData = "data/typed"
|
MimetypeTypedData = "data/typed"
|
||||||
MimetypeClique = "application/x-clique-header"
|
MimetypeClique = "application/x-clique-header"
|
||||||
MimetypeTextPlain = "text/plain"
|
MimetypeTextPlain = "text/plain"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue