Browse Source

erro main.go

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

2
main.go

@ -34,7 +34,7 @@ func startApi() {
}
func startBlockUnlocker() {
u := payouts.NewBlockUnlocker(&cfg.BlockUnlocker, backend, &cfg.Network)
u := payouts.NewBlockUnlocker(&cfg.BlockUnlocker, backend, cfg.Network)
u.Start()
}

Loading…
Cancel
Save