mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 14:46:16 +00:00
8 lines
85 B
Go
8 lines
85 B
Go
package core
|
|
|
|
import (
|
|
"math/big"
|
|
)
|
|
|
|
var BlockReward *big.Int = big.NewInt(1.5e+18)
|