Commit dfb8e65c authored by obscuren's avatar obscuren

RLP changes

parent e058f3bc
......@@ -40,6 +40,7 @@ func (attr *RlpDataAttribute) Length() int {
return 0
}
func (attr *RlpDataAttribute) AsUint() uint64 {
if value, ok := attr.dataAttrib.(uint8); ok {
return uint64(value)
......
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