Update decode.go

This commit is contained in:
kiel barry 2018-05-02 20:56:08 -07:00 committed by GitHub
parent 5966fd6574
commit 981017754e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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