Skip to content

Commit

Permalink
docs(TransactionController): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Sep 9, 2021
1 parent 0f57c39 commit 33280d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/transaction/TransactionController.ts
Expand Up @@ -1342,7 +1342,7 @@ export class TransactionController extends BaseController<
}

/**
* Verifies if a local transaction is outdated in respect the remote transaction
* Verifies if a local transaction is outdated with respect to the remote transaction
* @param remoteTx - Remote transaction from Etherscan
* @param localTx - Local transaction
* @returns boolean
Expand All @@ -1365,7 +1365,7 @@ export class TransactionController extends BaseController<
}

/**
* Verifies if the status of a local transaction is outdated in respect the remote transaction
* Verifies if the status of a local transaction is outdated with respect to the remote transaction
* @param remoteTxHash - Remote transaction hash
* @param localTxHash - Local transaction hash
* @param remoteTxStatus - Remote transaction status
Expand All @@ -1382,7 +1382,7 @@ export class TransactionController extends BaseController<
}

/**
* Verifies if the gas data of a local transaction is outdated in respect the remote transaction
* Verifies if the gas data of a local transaction is outdated with respect to the remote transaction
* @param remoteGasUsed - Remote gas used in the transaction
* @param localGasUsed - Local gas used in the transaction
* @returns boolean
Expand Down

0 comments on commit 33280d8

Please sign in to comment.