go-ethereum/core/fees.go

8 lines
85 B
Go
Raw Normal View History

2014-12-04 03:28:02 -06:00
package core
2014-02-14 16:56:09 -06:00
import (
"math/big"
)
var BlockReward *big.Int = big.NewInt(1.5e+18)