Skip to content

Commit

Permalink
Merge pull request #3421 from linghuying/develop
Browse files Browse the repository at this point in the history
chore: fix function name
  • Loading branch information
jorgemmsilva authored Jun 3, 2024
2 parents 41f8a66 + b860531 commit d96764b
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 d96764b

Please sign in to comment.