Skip to content

Commit

Permalink
operation: add todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 16, 2024
1 parent f47d1a3 commit 5ea541a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operation/operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ impl<'a> IntoIterator for &'a Redeemed {
derive(Serialize, Deserialize),
serde(crate = "serde_crate", transparent)
)]
// TODO: Consider requiring minimum number of inputs to be 1
pub struct Inputs(SmallOrdSet<Input>);

impl<'a> IntoIterator for &'a Inputs {
Expand Down

0 comments on commit 5ea541a

Please sign in to comment.