fees.go 85 Bytes EditWeb IDE 1 2 3 4 5 6 7 package core import ( "math/big" ) var BlockReward *big.Int = big.NewInt(1.5e+18)