mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
6 lines
131 B
Go
6 lines
131 B
Go
|
package interchangeformat
|
||
|
|
||
|
import "github.com/sirupsen/logrus"
|
||
|
|
||
|
var log = logrus.WithField("prefix", "slashing-protection-format")
|