From 1f910967010dfb5e4981fff38c54114bd7f5f883 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Tue, 27 Jul 2021 15:47:50 +0700 Subject: [PATCH] save --- rlp/encodel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlp/encodel.go b/rlp/encodel.go index c95c4a924..d564062d3 100644 --- a/rlp/encodel.go +++ b/rlp/encodel.go @@ -12,7 +12,7 @@ import ( // // General rules: // - functions to calculate prefix len are fast (and pure). it's ok to call them multiple times during encoding of large object for readability. -// - functions to Parse (Decode) data - using data type as name (without any prefix): rlp.String(), rlp.List, rlp.U64() +// - functions to Parse (Decode) data - using data type as name (without any prefix): rlp.String(), rlp.List, rlp.U64(), rlp.U256() // func ListPrefixLen(dataLen int) int {