Browse Source

Update unlocker.go

master
yuriy0803 3 years ago committed by GitHub
parent
commit
230f88fe06
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 @@ const minDepth = 16
// params for ethereumPow
const byzantiumHardForkHeightethereumPow = 7280000
var byzantiumEthereumpoweero = math.MustParseBig256("2000000000000000000")
var byzantiumEthereumpow = math.MustParseBig256("2000000000000000000")
// Donate 1% from pool fees to developers
const donationFee = 1.0

Loading…
Cancel
Save