Skip to content

Commit

Permalink
Remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed May 7, 2024
1 parent ee89541 commit 73218b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ impl<T: Authorization, V> Bundle<T, V> {
}

pub(crate) fn derive_bvk<'a, A: 'a, V: Clone + Into<i64>>(
actions: impl IntoIterator<Item = &'a Action<A>>, //&NonEmpty<Action<A>>,
actions: impl IntoIterator<Item = &'a Action<A>>,
value_balance: V,
burn: impl Iterator<Item = (AssetBase, V)>,
) -> redpallas::VerificationKey<Binding> {
Expand Down

0 comments on commit 73218b0

Please sign in to comment.