Skip to content

Commit

Permalink
Apply suggestion from code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom authored Nov 15, 2024
1 parent fa97571 commit bbce08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2269,7 +2269,7 @@ fn zip317_helper<DbT>(
DustOutputPolicy::default(),
SplitPolicy::with_min_output_value(
NonZeroUsize::new(4).unwrap(),
Zatoshis::const_from_u64(10000000),
Zatoshis::const_from_u64(1000_0000),
),
),
GreedyInputSelector::new(),
Expand Down

0 comments on commit bbce08c

Please sign in to comment.