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 9a50cdf commit 13373c3Copy full SHA for 13373c3
sample/Assets/Scripts/AuthenticatedScript.cs
@@ -410,7 +410,8 @@ public async void GetZkTransactionReceiptStatus()
410
{
411
try
412
413
- ShowOutput($"Getting zkEVM transaction receipt...");
+ ShowOutput($"Getting zkEVM transaction receipt status...");
414
+
415
TransactionReceiptResponse response = await passport.ZkEvmGetTransactionReceipt(ZkGetTransactionReceiptHash.text);
416
ShowOutput($"Transaction receipt status: {(response.status == "0x1" ? "Success" : "Failed")}");
417
0 commit comments