Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Oct 31, 2023
1 parent 8b609d6 commit b69d1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/reporters/Reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class Reporter {
}

public static notifyTransactionSendingInsteadOfRecovery(contractMethod: string): void {
const output = `\nCan't recover transaction for ${contractMethod}. Sending instead...`;
const output = `\nCan't recover transaction for ${contractMethod}. Being sent instead...`;

console.log(output);
}
Expand Down

0 comments on commit b69d1c9

Please sign in to comment.