prysm-pulse/beacon-chain/node/registration/log.go
Radosław Kapka a9a0ecd76d
Create node's Powchain registration file (#8754)
* extract powchain and remove unused function

* improve "no web3 provider" error log

* add second error log

* remove redundant code from registerPOWChainService

* remove deposit contract log from registerPOWChainService

* gzl

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-04-14 12:54:50 +02:00

6 lines
112 B
Go

package registration
import "github.com/sirupsen/logrus"
var log = logrus.WithField("prefix", "registration")