Skip to content

Commit 8ffd956

Browse files
committed
fix: removed character that doesn't work in unity 2019
1 parent f8591de commit 8ffd956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Packages/Passport/Runtime/Scripts/Private/PassportImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ public async UniTask<string> ZkEvmSendTransaction(TransactionRequest request)
703703
return callResponse.GetStringResult();
704704
}
705705

706-
public async UniTask<TransactionReceiptResponse?> ZkEvmGetTransactionReceipt(string hash)
706+
public async UniTask<TransactionReceiptResponse> ZkEvmGetTransactionReceipt(string hash)
707707
{
708708
string json = JsonUtility.ToJson(new TransactionReceiptRequest()
709709
{

0 commit comments

Comments
 (0)