Skip to content

Commit

Permalink
chore: fix function name
Browse files Browse the repository at this point in the history
Signed-off-by: linghuying <[email protected]>
  • Loading branch information
linghuying committed May 31, 2024
1 parent b62c52f commit b860531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/multiclient/reqstatus.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (m *MultiClient) WaitUntilRequestProcessedSuccessfully(chainID isc.ChainID,
return receipt, nil
}

// WaitUntilRequestProcessedSuccessfully is similar to WaitUntilRequestProcessed,
// WaitUntilEVMRequestProcessedSuccessfully is similar to WaitUntilRequestProcessed,
// but also checks the receipt and return an error if the request was processed with an error
func (m *MultiClient) WaitUntilEVMRequestProcessedSuccessfully(chainID isc.ChainID, txHash common.Hash, waitForL1Confirmation bool, timeout time.Duration) (*apiclient.ReceiptResponse, error) {
requestID := isc.RequestIDFromEVMTxHash(txHash)
Expand Down

0 comments on commit b860531

Please sign in to comment.