op-geth/ethchain/fees.go

8 lines
89 B
Go
Raw Normal View History

2014-02-14 23:56:09 +01:00
package ethchain
import (
"math/big"
)
var BlockReward *big.Int = big.NewInt(1.5e+18)