Skip to content

Commit

Permalink
fixed error msg
Browse files Browse the repository at this point in the history
Co-authored-by: Janez Podhostnik <[email protected]>
  • Loading branch information
AndriiDiachuk and janezpodhostnik authored Sep 26, 2024
1 parent e6b648a commit c0e0170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access/grpc/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ func receiveBlockDigestFromClient[Client interface {
return
}

sendErr(fmt.Errorf("error receiving blockHeader: %w", err))
sendErr(fmt.Errorf("error receiving blockDigest: %w", err))
return
}

Expand Down

0 comments on commit c0e0170

Please sign in to comment.