Skip to content

Commit

Permalink
Update src/modules/submodules/consensus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever authored Mar 31, 2023
1 parent 879a536 commit f62f1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/submodules/consensus.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def _process_report_data(self, blockstamp: ReferenceBlockStamp, report_data: tup
# If the member was added in the current frame,
# the result of _get_slot_delay_before_data_submit may be inconsistent for different latest blocks, but it's ok.
# We can't use ref blockstamp here because new oracle member will fail is_member check,
# because he wasn't in quorum on ref_slot
# because it wasn't in quorum on ref_slot
slots_to_sleep = self._get_slot_delay_before_data_submit(latest_blockstamp)
if slots_to_sleep:
chain_configs = self.get_chain_config(blockstamp)
Expand Down

0 comments on commit f62f1d1

Please sign in to comment.