Commit 9bcb3d22 authored by obscuren's avatar obscuren

Fixed test

parent 424b0b8b
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
) )
func TestRlpValueEncoding(t *testing.T) { func TestRlpValueEncoding(t *testing.T) {
val := EmptyRlpValue() val := EmptyValue()
val.AppendList().Append(1).Append(2).Append(3) val.AppendList().Append(1).Append(2).Append(3)
val.Append("4").AppendList().Append(5) val.Append("4").AppendList().Append(5)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment