Skip to content

Commit

Permalink
make them strings for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinMechanic committed Oct 12, 2024
1 parent 6d7c298 commit 7d2d3ac
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ actions:
type: script
prioritise-transaction:
name: "Prioritise Transaction"
description: "Ensure a transaction gets prioritised in generated templates."
description: "Prioritise or de-prioritise a transaction. Your Bitcoin node will treat it as though it is paying a higher or lower fee rate than it is and construct templates accordingly."
allowed-statuses:
- running
implementation:
Expand All @@ -179,19 +179,21 @@ actions:
input-spec:
txid:
type: string
name: TXID
description: "The transaction ID of the transaction you wish to prioritise."
name: Transaction ID
description: "The ID of the transaction you wish to prioritise."
placeholder: ""
nullable: false
priority-delta:
type: number
type: string
name: Priority Delta
description: "The priority to add or subtract."
placeholder: ""
nullable: true
fee-delta:
type: number
type: string
name: Fee Delta
description: "The fee value (in satoshis) to add (or subtract, if negative)."
placeholder: ""
nullable: true
migrations:
from:
Expand Down

0 comments on commit 7d2d3ac

Please sign in to comment.