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 8ef9df7 commit 92dc138Copy full SHA for 92dc138
Thirdweb/Thirdweb.Wallets/InAppWallet/EcosystemWallet/EcosystemWallet.cs
@@ -158,7 +158,6 @@ private static async Task<string> ResumeEnclaveSession(IThirdwebHttpClient httpC
158
httpClient.AddHeader("Authorization", $"Bearer embedded-wallet-token:{sessionData.AuthToken}");
159
160
var userStatus = await GetUserStatus(httpClient).ConfigureAwait(false);
161
- Console.WriteLine($"User status: {JsonConvert.SerializeObject(userStatus)}");
162
if (userStatus.Wallets[0].Type == "enclave")
163
{
164
return userStatus.Wallets[0].Address.ToChecksumAddress();
0 commit comments