aboutsummaryrefslogtreecommitdiffstats
path: root/rlp.go
diff options
context:
space:
mode:
Diffstat (limited to 'rlp.go')
-rw-r--r--rlp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rlp.go b/rlp.go
index bc3b6a151..4db88539d 100644
--- a/rlp.go
+++ b/rlp.go
@@ -132,7 +132,7 @@ func Encode(object interface{}) []byte {
case []byte:
// Cast the byte slice to a string
- //buff.Write(Encode(string(t)))
+ buff.Write(Encode(string(t)))
case []interface{}, []string:
// Inline function for writing the slice header