plugeth/chain/fees.go
2014-10-31 10:59:17 +01:00

8 lines
86 B
Go

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