Skip to content

Commit 13373c3

Browse files
YermekGnattb8
andauthored
Update sample/Assets/Scripts/AuthenticatedScript.cs
Co-authored-by: Natalie <[email protected]>
1 parent 9a50cdf commit 13373c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample/Assets/Scripts/AuthenticatedScript.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@ public async void GetZkTransactionReceiptStatus()
410410
{
411411
try
412412
{
413-
ShowOutput($"Getting zkEVM transaction receipt...");
413+
ShowOutput($"Getting zkEVM transaction receipt status...");
414+
414415
TransactionReceiptResponse response = await passport.ZkEvmGetTransactionReceipt(ZkGetTransactionReceiptHash.text);
415416
ShowOutput($"Transaction receipt status: {(response.status == "0x1" ? "Success" : "Failed")}");
416417

0 commit comments

Comments
 (0)