From dfb8e65ca74e566345ca40d63b1f359d922f0b9e Mon Sep 17 00:00:00 2001 From: obscuren Date: Sun, 12 Jan 2014 01:51:07 +0100 Subject: [PATCH] RLP changes --- rlp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rlp.go b/rlp.go index 91ec50164..f5e630398 100644 --- a/rlp.go +++ b/rlp.go @@ -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)