Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Aug 14, 2024
1 parent cd8e51d commit 799feb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/execution/pkg/deposit/contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (dc *WrappedBeaconDepositContract[
if err := d.UnmarshalLog(log); err != nil {
return nil, err
}
deposits = append(deposits)
deposits = append(deposits, d)
}

return deposits, nil
Expand Down

0 comments on commit 799feb1

Please sign in to comment.