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
When building the context we initialize both wallets sequentually but we could significantly speed up the startup time by putting them both in a tokio::try_join!.
The text was updated successfully, but these errors were encountered:
When building the context we initialize both wallets sequentually but we could significantly speed up the startup time by putting them both in a
tokio::try_join!
.The text was updated successfully, but these errors were encountered: