Renamed chain
=> core
This commit is contained in:
7
core/fees.go
Normal file
7
core/fees.go
Normal file
@ -0,0 +1,7 @@
|
||||
package core
|
||||
|
||||
import (
|
||||
"math/big"
|
||||
)
|
||||
|
||||
var BlockReward *big.Int = big.NewInt(1.5e+18)
|
Reference in New Issue
Block a user