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 ce28009 commit e21a7a1Copy full SHA for e21a7a1
sample/Assets/Scripts/AuthenticatedScript.cs
@@ -414,7 +414,6 @@ public async void GetZkTransactionReceiptStatus()
414
415
TransactionReceiptResponse response = await passport.ZkEvmGetTransactionReceipt(ZkGetTransactionReceiptHash.text);
416
ShowOutput($"Transaction receipt status: {(response.status == "0x1" ? "Success" : "Failed")}");
417
-
418
}
419
catch (Exception ex)
420
{
0 commit comments