Skip to content

Commit

Permalink
Merge branch 'feature/implement-upgrade-for-voucherHub' of https://gi…
Browse files Browse the repository at this point in the history
…thub.com/iExecBlockchainComputing/iexec-voucher-contracts into feature/implement-upgrade-for-voucherHub
  • Loading branch information
Le-Caignec committed Jan 10, 2025
2 parents 7ad4d66 + 4f56bf7 commit 67d82e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/mineBlockIfOnLocalFork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as helpers from '@nomicfoundation/hardhat-network-helpers';
import { env } from '../../config/env';

/**
* This function is used to force mining if we are one a local fork
* This function is used to mine one bock if we are on a local fork
*/
export async function mineBlockIfOnLocalFork() {
if (env.IS_LOCAL_FORK) {
Expand Down

0 comments on commit 67d82e2

Please sign in to comment.