aboutsummaryrefslogblamecommitdiffstats
path: root/ethchain/fees.go
blob: 743be86a2ae92f70c2762c84e8d10ccc3eaafbaf (plain) (tree)
1
2
3
4
5
6
7
8
9





                  
                                              
                                                
                                                         
package ethchain

import (
    "math/big"
)

var BlockReward *big.Int = big.NewInt(1.5e+18)
var UncleReward *big.Int = big.NewInt(1.125e+18)
var UncleInclusionReward *big.Int = big.NewInt(1.875e+17)