fees.go 85 B

1234567
  1. package core
  2. import (
  3. "math/big"
  4. )
  5. var BlockReward *big.Int = big.NewInt(1.5e+18)