plugeth/core/fees.go
2014-12-04 10:28:02 +01:00

8 lines
85 B
Go

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