forked from cerc-io/plugeth
8 lines
89 B
Go
8 lines
89 B
Go
package ethchain
|
|
|
|
import (
|
|
"math/big"
|
|
)
|
|
|
|
var BlockReward *big.Int = big.NewInt(1.5e+18)
|