You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
If a Tracker gets outdated, the Responder will wipe the tracker data from its internal structures (trackers and tx_tracker_map). However, currently the penalty is not being wiped from the unconfirmed_txs map, meaning it will hang there forever.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a
Tracker
gets outdated, theResponder
will wipe the tracker data from its internal structures (trackers
andtx_tracker_map
). However, currently the penalty is not being wiped from theunconfirmed_txs
map, meaning it will hang there forever.The text was updated successfully, but these errors were encountered: