Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Make sure UUID is in trackers in Responder::get_outdated_trackers #300

Description

@sr-gi

for uuid in self.gatekeeper.get_outdated_appointments(height)
if self.trackers[uuid].get("penalty_txid") in self.unconfirmed_txs

get_outdated_trackers source comes from Gatekeeper::get_outdated_appointments, which can return data that is either in the Watcher or the Responder. Data should be intersected with Responder::trackers to make sure the map is not accessed for missing items.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions