plugeth/core/fees.go

8 lines
85 B
Go
Raw Normal View History

2014-12-04 09:28:02 +00:00
package core
2014-02-14 22:56:09 +00:00
import (
"math/big"
)
var BlockReward *big.Int = big.NewInt(1.5e+18)