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
Factor bootstrapping logic (RPC system spawn, Init construct, thread
creation) into a reusable async helper. This simplifies writing new
integration tests that connect to a running Bitcoin Core IPC socket.
Also drops the now-unnecessary `mut` from `let rpc_system`
in the integration test.
0 commit comments