Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Jan 24, 2024
1 parent d6f8a9a commit e3843ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/jsonrpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class JsonRpcProvider extends JSONRpc {
* to wait a fraction of the time it takes to produce the same number of blocks.
*
* Estimate as to how long it takes: if our delta_height crosses `X` epochs, then it would
* roughly take `X * 5` seconds for the fast forward request to be processed.
* roughly take `X * 5` milliseconds for the fast forward request to be processed.
*
* Note: This is not to be confused with speeding up the current in-flight transactions;
* the state being forwarded in this case refers to time-related state (the block height, timestamp and epoch).
Expand Down

0 comments on commit e3843ca

Please sign in to comment.