Skip to content

Commit

Permalink
Update src/utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Nov 16, 2023
1 parent cb386ae commit 8e4071b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export async function validate(
}
if (!isValidSnapshot(snapshot, network)) {
return Promise.reject(
`Snapshot (${snapshot}) must be greater than network start block (${networks[network].start})`
`Snapshot (${snapshot}) must be 'latest' or greater than network start block (${networks[network].start})`
);
}

Expand Down

0 comments on commit 8e4071b

Please sign in to comment.