Skip to content

Commit 817deb4

Browse files
committed
Update method call to Utils.IsDeployed
Replaces the commented-out call to Utils.IsDelegated with Utils.IsDeployed for checking the deployment status of the account. This improves clarity and accuracy in the code comments.
1 parent ea6e09e commit 817deb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Thirdweb.Console/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
// Console.WriteLine($"Transfer Receipt: {receipt.TransactionHash}");
409409

410410
// // Double check that it was upgraded
411-
// var isDelegated = await Utils.IsDelegatedAccount(client, chain, smartEoaAddress);
411+
// var isDelegated = await Utils.IsDeployed(client, chain, smartEoaAddress);
412412
// Console.WriteLine($"Is delegated: {isDelegated}");
413413

414414
// // Create a session key

0 commit comments

Comments
 (0)