Skip to content

Commit

Permalink
fix(protocol): fix workflow errors in #13293
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Mar 12, 2023
1 parent 3551770 commit 0255d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/test/utils/onNewL2Block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function onNewL2Block(
const { enableTokenomics } = await taikoL1.getConfig();

const newProofReward = await taikoL1.getProofReward(
new Date().getMilliseconds(),
new Date().getTime(),
meta.timestamp
);

Expand Down

0 comments on commit 0255d95

Please sign in to comment.