Skip to content

Commit

Permalink
review: used constant
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidvanadium committed Apr 29, 2024
1 parent c242eb9 commit 739f755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zingolib/src/lightclient/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl LightClient {
zcash_primitives::zip32::AccountId::ZERO,
&input_selector,
request,
NonZeroU32::new(1).expect("yeep yop"), //review! be more specific
NonZeroU32::MIN, //review! use custom constant?
)
.map_err(|e| ZingoLibError::Error(format!("error this function todo error {:?}", e)))?;

Expand Down

0 comments on commit 739f755

Please sign in to comment.