mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +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
|
||||
|
||||
// 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 (
|
||||
Byte Kind = iota
|
||||
String
|
||||
|
|
|
|||
Loading…
Reference in a new issue