Commit 58a0e8e3 authored by obscuren's avatar obscuren

Changed RlpEncodable

parent dccef707
...@@ -11,6 +11,7 @@ import ( ...@@ -11,6 +11,7 @@ import (
type RlpEncodable interface { type RlpEncodable interface {
RlpEncode() []byte RlpEncode() []byte
RlpValue() []interface{}
} }
type RlpEncoder struct { type RlpEncoder struct {
......
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