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

fix: a typo in evm_setTime docs #1861

Merged
merged 1 commit into from
Jan 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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