mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-11 12:10:05 +00:00
597b21c40a
8 lines
122 B
Go
8 lines
122 B
Go
package attestations
|
|||
|
|||
import (
|
|||
"github.com/sirupsen/logrus"
|
|||
)
|
|||
|
|||
var log = logrus.WithField("prefix", "pool/attestations")
|