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
When receiving gossip_timestamp_filter, we store it and will apply it to future gossip we want to send to our peer. However, the spec says that we should also do a graph dump in response to the gossip_timestamp_filter message, which we currently don't do.