Add block rewards to db
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
package core
|
||||
|
||||
type Block struct {
|
||||
BlockReward float64
|
||||
Reward float64
|
||||
Difficulty int64
|
||||
ExtraData string
|
||||
GasLimit int64
|
||||
@@ -16,5 +16,5 @@ type Block struct {
|
||||
Time int64
|
||||
Transactions []Transaction
|
||||
UncleHash string
|
||||
UncleReward float64
|
||||
UnclesReward float64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user