go-ethereum/chain/fees.go

8 lines
86 B
Go
Raw Normal View History

2014-10-31 04:59:17 -05:00
package chain
2014-02-14 16:56:09 -06:00
import (
"math/big"
)
var BlockReward *big.Int = big.NewInt(1.5e+18)