mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-25 21:07:17 +00:00
8 lines
86 B
Go
8 lines
86 B
Go
package chain
|
|
|
|
import (
|
|
"math/big"
|
|
)
|
|
|
|
var BlockReward *big.Int = big.NewInt(1.5e+18)
|