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!(params.BeforeLt.IsSet() ||params.StartDate.IsSet() ||params.EndDate.IsSet()) { //if we look into history we don't need to mix mempool
248
+
if!(params.BeforeLt.IsSet() ||params.StartDate.IsSet() ||params.EndDate.IsSet()|| (len(events) >0&&events[0].InProgress)) { //if we look into history we don't need to mix mempool
0 commit comments