Skip to content

Commit

Permalink
Merge pull request #144 from Retropex/datacarriersize-fix
Browse files Browse the repository at this point in the history
fix `datacarriersize` minimal value
  • Loading branch information
Dominion5254 authored Apr 26, 2024
2 parents 33f38d8 + c949856 commit 865c0fe
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 @@ -231,7 +231,7 @@ export const getConfig: T.ExpectedExports.getConfig = async (effects) => {
nullable: false,
name: "Max OP_RETURN Size",
description: "Maximum size of data in OP_RETURN outputs to relay",
range: "[1,10000]",
range: "[0,10000]",
integral: true,
units: "bytes",
default: 83,
Expand Down

0 comments on commit 865c0fe

Please sign in to comment.