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
if sessoninfo.json doesn't exist,
it calls InitializeWallet in delegator,
but InitializeWallet is async function , need another delegate to receive result.
ConnectWalletConnect is not async function
so i suggest
make ConnectWalletConnect to async
check it's working fine without restoring information ( sessioinfo.json )
The text was updated successfully, but these errors were encountered:
if sessoninfo.json doesn't exist,
it calls InitializeWallet in delegator,
but InitializeWallet is async function , need another delegate to receive result.
ConnectWalletConnect is not async function
so i suggest
The text was updated successfully, but these errors were encountered: