We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1098f8 commit 444e200Copy full SHA for 444e200
backend/pkg/commons/types/exporter.go
@@ -248,7 +248,7 @@ type WithdrawalsByEpoch struct {
248
249
type WithdrawalsNotification struct {
250
Slot uint64 `json:"slot,omitempty"`
251
- Index uint64 `json:"index"`
+ Index int64 `json:"index"`
252
ValidatorIndex uint64 `json:"validatorindex"`
253
Address []byte `json:"address"`
254
Amount uint64 `json:"amount"`
0 commit comments