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
Move continuous tx broadcast processing loop to ChainSource
Rather than looping in the `spawn` method directly, we move the loop to
a refactored `continuously_process_broadcast_queue` method on
`ChainSource`, which also allows us to react on the stop signal if we're
polling `recv`.
0 commit comments