Skip to content

Commit 0b0afe5

Browse files
ethapi: correct simulate blocktime to 3s
1 parent 9f24647 commit 0b0afe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ethapi/simulate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const (
4444
maxSimulateBlocks = 256
4545

4646
// timestampIncrement is the default increment between block timestamps.
47-
timestampIncrement = 12
47+
timestampIncrement = 3
4848
)
4949

5050
// simBlock is a batch of calls to be simulated sequentially.

0 commit comments

Comments
 (0)