mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
7 lines
89 B
Go
7 lines
89 B
Go
package ethchain
|
|
|
|
import (
|
|
"math/big"
|
|
)
|
|
|
|
var BlockReward *big.Int = big.NewInt(1.5e+18)
|