mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Update decode.go
This commit is contained in:
parent
5966fd6574
commit
981017754e
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ func decodeDecoder(s *Stream, val reflect.Value) error {
|
||||||
type Kind int
|
type Kind int
|
||||||
|
|
||||||
// Const list indicates the kind of value in an RLP stream
|
// Const list indicates the kind of value in an RLP stream
|
||||||
// and and its next value is incremented by Kind().
|
// and its next value is incremented by Kind().
|
||||||
const (
|
const (
|
||||||
Byte Kind = iota
|
Byte Kind = iota
|
||||||
String
|
String
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue