Changed RlpEncodable

poc8
obscuren 11 years ago
parent dccef70728
commit 58a0e8e3e2
  1. 1
      ethutil/rlp.go

@ -11,6 +11,7 @@ import (
type RlpEncodable interface {
RlpEncode() []byte
RlpValue() []interface{}
}
type RlpEncoder struct {

Loading…
Cancel
Save