mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Update go to 1.19.3 (#11630)
* Update go to 1.19.3 * Update other items to 1.19 * Update golangci-lint to latest release * Run gofmt -s with go1.19 * Huge gofmt changes Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
This commit is contained in:
@@ -19,9 +19,9 @@ import (
|
||||
// easy to migrate machines or Ethereum consensus clients.
|
||||
//
|
||||
// Steps:
|
||||
// 1. Call the function which exports the data from
|
||||
// the validator's db into an EIP standard slashing protection format.
|
||||
// 2. Format and send JSON in the response.
|
||||
// 1. Call the function which exports the data from
|
||||
// the validator's db into an EIP standard slashing protection format.
|
||||
// 2. Format and send JSON in the response.
|
||||
func (s *Server) ExportSlashingProtection(ctx context.Context, _ *empty.Empty) (*pb.ExportSlashingProtectionResponse, error) {
|
||||
if s.valDB == nil {
|
||||
return nil, errors.New("err finding validator database at path")
|
||||
|
||||
Reference in New Issue
Block a user