From 04f59bf339676f292d7cf22ba8f37250f400e9db Mon Sep 17 00:00:00 2001 From: voidash Date: Sun, 22 Dec 2024 16:21:06 +0545 Subject: [PATCH] datatool: better description for fixed_fee --- bin/datatool/src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/datatool/src/args.rs b/bin/datatool/src/args.rs index 3075c9b8a..99e7d4a65 100644 --- a/bin/datatool/src/args.rs +++ b/bin/datatool/src/args.rs @@ -186,7 +186,7 @@ pub(crate) struct SubcParams { )] pub(crate) proof_timeout: Option, - #[argh(option, description = "fixed fee for writer transaction")] + #[argh(option, description = "fee in sats for reveal transactions. Will be determined dynamically if None")] pub(crate) fixed_fee: Option, #[argh(option, description = "transaction writer poll duration")]