mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
6 lines
94 B
Go
6 lines
94 B
Go
package rpc
|
|
|
|
import "github.com/sirupsen/logrus"
|
|
|
|
var log = logrus.WithField("prefix", "rpc")
|