Skip to content

Commit

Permalink
fix: removed character that doesn't work in unity 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
YermekG committed May 6, 2024
1 parent f8591de commit 8ffd956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ public async UniTask<string> ZkEvmSendTransaction(TransactionRequest request)
return callResponse.GetStringResult();
}

public async UniTask<TransactionReceiptResponse?> ZkEvmGetTransactionReceipt(string hash)
public async UniTask<TransactionReceiptResponse> ZkEvmGetTransactionReceipt(string hash)
{
string json = JsonUtility.ToJson(new TransactionReceiptRequest()
{
Expand Down

0 comments on commit 8ffd956

Please sign in to comment.