go-ethereum/chain/fees.go

8 lines
86 B
Go
Raw Normal View History

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