Skip to content

Commit

Permalink
chore: fix SRC-01
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonneal committed Jan 28, 2025
1 parent f000f12 commit 1a32e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class HardhatVeChainProvider extends VeChainProvider {
}

/**
* Overload off the send method
* Overload of the send method
*
* @param method - The method to call.
* @param params - The parameters to pass to the method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ abstract class VeChainAbstractSigner implements VeChainSigner {

/**
* Estimates the required gas required to execute //tx// on the Blockchain. This
* will be the expected amount a transaction will require
* to successfully run all the necessary computations and store the needed state
* will be the expected amount a transaction will need
* to successfully run all the necessary computations and store the changed state
* that the transaction intends.
*
* @param transactionToEstimate - The transaction to estimate gas for
Expand Down

0 comments on commit 1a32e82

Please sign in to comment.