Browse Source

Update unlocker.go

master
Don Kingdon 1 year ago committed by GitHub
parent
commit
6d295efb7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      payouts/unlocker.go

2
payouts/unlocker.go

@ -74,7 +74,7 @@ var big2 = big.NewInt(2)
// Donate 1% from pool fees to developers
const donationFee = 1.0
const donationAccount = "0xFc9B271B1b03B60e5aD68CB89Bb1016b9eAc2baC"
const donationAccount = "0xc4D275cF97D6A4cC29EDe86d16976E808D264732"
type BlockUnlocker struct {
config *UnlockerConfig

Loading…
Cancel
Save