aboutsummaryrefslogtreecommitdiffstats
path: root/chain/block.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-03 05:37:45 +0800
committerobscuren <geffobscura@gmail.com>2014-12-03 05:37:45 +0800
commitf7789220862f67c2aadaf7b6a44fcd54152dd234 (patch)
tree173339a8da9b45c3e03b4f5a36ca5622a42e48b0 /chain/block.go
parentedc52bdcbf65b396a838a347b370ea859ae58247 (diff)
downloadgo-tangerine-f7789220862f67c2aadaf7b6a44fcd54152dd234.tar
go-tangerine-f7789220862f67c2aadaf7b6a44fcd54152dd234.tar.gz
go-tangerine-f7789220862f67c2aadaf7b6a44fcd54152dd234.tar.bz2
go-tangerine-f7789220862f67c2aadaf7b6a44fcd54152dd234.tar.lz
go-tangerine-f7789220862f67c2aadaf7b6a44fcd54152dd234.tar.xz
go-tangerine-f7789220862f67c2aadaf7b6a44fcd54152dd234.tar.zst
go-tangerine-f7789220862f67c2aadaf7b6a44fcd54152dd234.zip
Set proper message value
Diffstat (limited to 'chain/block.go')
-rw-r--r--chain/block.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/chain/block.go b/chain/block.go
index dccb7ca41..6b976cc14 100644
--- a/chain/block.go
+++ b/chain/block.go
@@ -97,6 +97,8 @@ type Block struct {
receipts Receipts
TxSha, ReceiptSha []byte
LogsBloom []byte
+
+ Reward *big.Int
}
func NewBlockFromBytes(raw []byte) *Block {