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