From 4a4470d26a3faf24673dd7342f42e44a46b1ba3b Mon Sep 17 00:00:00 2001 From: BitcoinMechanic Date: Fri, 11 Oct 2024 22:05:58 -0700 Subject: [PATCH] ok it's a number now --- manifest.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 2583b8b..6a756b9 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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: