Skip to content

Commit

Permalink
small fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Aug 22, 2023
1 parent 68f55e4 commit 11ea6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,6 @@ export class ErrGasLimitShouldBe0ForInnerTransaction extends Err {

export class ErrIsCompletedFieldIsMissingOnTransaction extends Err {
public constructor() {
super("The transaction watcher requires the isCompleted property to be defined on the transaction object. Perhaps you've used the sdk-network-provider's getTransaction() and in that case you should also pass `withProcessStatus=true`.")
super("The transaction watcher requires the `isCompleted` property to be defined on the transaction object. Perhaps you've used the sdk-network-provider's `getTransaction()` and in that case you should also pass `withProcessStatus=true`.")
}
}

0 comments on commit 11ea6ec

Please sign in to comment.