Skip to content

Commit

Permalink
datatool: better description for fixed_fee
Browse files Browse the repository at this point in the history
  • Loading branch information
voidash committed Dec 22, 2024
1 parent 80f0aa3 commit 04f59bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/datatool/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pub(crate) struct SubcParams {
)]
pub(crate) proof_timeout: Option<u32>,

#[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<u64>,

#[argh(option, description = "transaction writer poll duration")]
Expand Down

0 comments on commit 04f59bf

Please sign in to comment.