Skip to content

Commit

Permalink
fix: add :in_flight_exit_deleted_eth_height to db keys
Browse files Browse the repository at this point in the history
  • Loading branch information
pgebal committed Aug 25, 2020
1 parent 0b1bcc5 commit 8fd74f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/omg_db/lib/db.ex
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ defmodule OMG.DB do
:last_exit_finalizer_eth_height,
:last_exit_challenger_eth_height,
:last_in_flight_exit_processor_eth_height,
:last_ife_exit_deleted_eth_height,
:last_piggyback_processor_eth_height,
:last_competitor_processor_eth_height,
:last_challenges_responds_processor_eth_height,
Expand Down

0 comments on commit 8fd74f7

Please sign in to comment.