mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
core/types: fix depositRequestType
This commit is contained in:
parent
5db0c7b09e
commit
89a441f187
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
depositRequestType = 0x01
|
depositRequestType = 0x00
|
||||||
depositRequestSize = 192 + 1
|
depositRequestSize = 192 + 1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue