We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9fb50 commit 422b7f3Copy full SHA for 422b7f3
Packages/io.chainsafe.web3-unity/Runtime/Scripts/Web3Unity.cs
@@ -274,7 +274,7 @@ public Task OnWeb3Initialized(CWeb3 web3)
274
_connectModal.Close();
275
}
276
277
- Web3Initialized?.Invoke((_web3, _web3.ServiceProvider.GetService(typeof(ISigner)) != null));
+ Web3Initialized?.Invoke((_web3, _web3.ServiceProvider.GetService(typeof(ISigner)) == null));
278
279
return Task.CompletedTask;
280
0 commit comments