good morning!!!!

Skip to content
Snippets Groups Projects
Commit dfb8e65c authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

RLP changes

parent e058f3bc
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment