Skip to content

Commit

Permalink
allow larger range
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinMechanic committed Oct 12, 2024
1 parent 4a4470d commit 918eb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ actions:
description: "The priority to add or subtract."
nullable: true
integral: true
range: "[0,100]"
range: "[-1000000,1000000]"
default: 0
nullable: true
fee-delta:
Expand All @@ -198,7 +198,7 @@ actions:
description: "The fee value (in satoshis) to add (or subtract, if negative)."
nullable: true
integral: true
range: "[-100000,100000]"
range: "[-1000000,1000000]"
default: 0
nullable: true
migrations:
Expand Down

0 comments on commit 918eb3f

Please sign in to comment.