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
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.
If a
Trackergets outdated, theResponderwill wipe the tracker data from its internal structures (trackersandtx_tracker_map). However, currently the penalty is not being wiped from theunconfirmed_txsmap, meaning it will hang there forever.