Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Fix a typo in evm_setTime docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Dec 19, 2021
1 parent f8383b9 commit 4a1f93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/ethereum/ethereum/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export default class EthereumApi implements Api {
* Sets the internal clock time to the given timestamp.
*
* Warning: This will allow you to move *backwards* in time, which may cause
* new blocks to appear to be mined before old blocks. This is will result in
* new blocks to appear to be mined before old blocks. This will result in
* an invalid state.
*
* @param time - JavaScript timestamp (millisecond precision).
Expand Down

0 comments on commit 4a1f93c

Please sign in to comment.