From 981017754e3c8fbdee09b491c61a11fc82e09e67 Mon Sep 17 00:00:00 2001 From: kiel barry Date: Wed, 2 May 2018 20:56:08 -0700 Subject: [PATCH] Update decode.go --- rlp/decode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlp/decode.go b/rlp/decode.go index 4773cc42f5..52d5789c8b 100644 --- a/rlp/decode.go +++ b/rlp/decode.go @@ -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