quorum/ethchain/fees.go

8 lines
89 B
Go

package ethchain
import (
"math/big"
)
var BlockReward *big.Int = big.NewInt(1.5e+18)