gossip icon indicating copy to clipboard operation
gossip copied to clipboard

Take non-async functions out of the Overlord, call them directly

Open mikedilger opened this issue 1 year ago • 0 comments

We had to call unlock_key directly since we needed it before the Overlord was running.

So just do that with all the non-async functions, and since they no longer need to be part of the Overlord, put them directly in the lib.rs

mikedilger avatar Nov 30 '23 03:11 mikedilger