Browse Source

Update unlocker.go

master
yuriy0803 5 years ago committed by GitHub
parent
commit
df504a32c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      payouts/unlocker.go

2
payouts/unlocker.go

@ -38,7 +38,7 @@ var disinflationRateDivisor = big.NewInt(5) // Disinflation rate divisor for EC
var big32 = big.NewInt(32) var big32 = big.NewInt(32)
var big8 = big.NewInt(8) var big8 = big.NewInt(8)
var homesteadReward = math.MustParseBig256("4000000000000000000") var homesteadReward = math.MustParseBig256("5000000000000000000")
type BlockUnlocker struct { type BlockUnlocker struct {
config *UnlockerConfig config *UnlockerConfig

Loading…
Cancel
Save