Skip to content

Commit

Permalink
msg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rkapka committed Mar 4, 2024
1 parent d0b13e4 commit 361c9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/rpc/eth/rewards/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (rs *BlockRewardService) GetStateForRewards(ctx context.Context, blk interf
_, prevSlotRoots, err := rs.DB.BlockRootsBySlot(ctx, slots.PrevSlot(blk.Slot()))
if err != nil {
return nil, &httputil.DefaultJsonError{
Message: "Could not get blocks for previous slot: " + err.Error(),
Message: "Could not get roots for previous slot: " + err.Error(),
Code: http.StatusInternalServerError,
}
}
Expand Down

0 comments on commit 361c9a2

Please sign in to comment.