Skip to content

Commit

Permalink
use up to date seawater_active_positions in snapshotter
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Dec 10, 2024
1 parent 9f09e97 commit 4ca9ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/snapshot.ethereum/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {
slog.Debug("about to make another lookup")
// Get every active position in the database, including the pools.
var positions []seawater.Position
err = db.Table("seawater_active_positions_1").
err = db.Table("seawater_active_positions_6").
Select("pos_id", "pool", "lower", "upper").
Scan(&positions).
Error
Expand Down

0 comments on commit 4ca9ddd

Please sign in to comment.