Skip to content

Commit

Permalink
Update src/contract.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Jan 3, 2024
1 parent cebf017 commit cb6db34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ impl Client {

let response: Response<Vec<ContractCreationData>> = self.sanitize_response(response)?;

// We are expecting API to return exactly one result.
// We are expecting the API to return exactly one result.
let data = response.result.first().ok_or(EtherscanError::EmptyResult {
message: response.message,
status: response.status,
Expand Down

0 comments on commit cb6db34

Please sign in to comment.