diff options
Diffstat (limited to 'chain/block.go')
-rw-r--r-- | chain/block.go | 2 |
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 { |