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
fix: call make_idle if the adapter is idle initially (#2278)
Before #2178, make_idle was called at
server startup if there have been no relevant transactions.
After #2178, make_idle is not called
anymore, meaning that the blockchain_manager and the connection_manager
will stay in a "non idle" state forever for subnets that don't run the
bitcoin adapter.
0 commit comments