mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
0f90bacac9
* Add REST implementation for `MultipleValidatorStatus` * Fix PR comments * Address PR comments * Add REST implementation for `CheckDoppelGanger` * Use context * Fix comments * Fix PR comments * Fix PR comments * remove blank lines * Fix comments Co-authored-by: Radosław Kapka <rkapka@wp.pl> Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
6 lines
108 B
Go
6 lines
108 B
Go
package beacon_api
|
|
|
|
import "github.com/sirupsen/logrus"
|
|
|
|
var log = logrus.WithField("prefix", "beacon-api")
|