Skip to content

Commit 277c783

Browse files
committed
Overall Iter struct so that there is no closure
1 parent e2d715e commit 277c783

File tree

4 files changed

+120
-197
lines changed

4 files changed

+120
-197
lines changed

src/interpreter/inner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ pub(super) fn from_txdata<'txin>(
211211
// Key spend
212212
// let sig =
213213
// Tr inference to be done in future commit
214-
todo!();
214+
panic!("TODO");
215215
}
216216
Ok((
217217
Inner::PublicKey(output_key.into(), PubkeyType::Tr),

0 commit comments

Comments
 (0)