Skip to content

Commit

Permalink
fix datacarriersize minimal value
Browse files Browse the repository at this point in the history
  • Loading branch information
Retropex authored Apr 21, 2024
1 parent 1c7f056 commit 3f1cae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const getConfig: T.ExpectedExports.getConfig = async (effects) => {
name: "Datacarrier size",
description:
"Maximum size of arbitrary data to relay and mine.",
range: "[1,10000]",
range: "[0,10000]",
integral: true,
units: "bytes",
default: 42,
Expand Down

0 comments on commit 3f1cae8

Please sign in to comment.