1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core/fees.go
2014-12-04 10:28:02 +01:00

7 lines
85 B
Go

package core
import (
"math/big"
)
var BlockReward *big.Int = big.NewInt(1.5e+18)