Skip to content

Commit

Permalink
ok it's a number now
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinMechanic committed Oct 12, 2024
1 parent 7d2d3ac commit 4a4470d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,22 @@ actions:
placeholder: ""
nullable: false
priority-delta:
type: string
type: number
name: Priority Delta
description: "The priority to add or subtract."
placeholder: ""
nullable: true
integral: true
range: "[0,100]"
default: 0
nullable: true
fee-delta:
type: string
type: number
name: Fee Delta
description: "The fee value (in satoshis) to add (or subtract, if negative)."
placeholder: ""
nullable: true
integral: true
range: "[-100000,100000]"
default: 0
nullable: true
migrations:
from:
Expand Down

0 comments on commit 4a4470d

Please sign in to comment.