Skip to content

Commit

Permalink
fix timestamp
Browse files Browse the repository at this point in the history
Signed-off-by: Danno Ferrin <[email protected]>
  • Loading branch information
shemnon committed Sep 22, 2023
1 parent 349b4bf commit a07935d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ public EVMExecutor number(final long number) {
* SimpleBlockValues}
*/
public EVMExecutor timestamp(final long timestamp) {
((SimpleBlockValues) this.blockValues).setNumber(timestamp);
((SimpleBlockValues) this.blockValues).setTimeStamp(timestamp);
return this;
}

Expand Down

0 comments on commit a07935d

Please sign in to comment.