Skip to content

Commit

Permalink
(NOBIDS) fix SaveEpoch
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush committed Jun 6, 2024
1 parent 927c55c commit ddf68a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ func SaveEpoch(epoch uint64, validators []*types.Validator, client rpc.Client, t
attesterslashingscount,
attestationscount,
depositscount,
COALESCE(withdrawalcount,0) as withdrawalcount,
withdrawalcount,
voluntaryexitscount,
validatorscount,
averagevalidatorbalance,
Expand Down

0 comments on commit ddf68a7

Please sign in to comment.