Skip to content

Commit 1c4341f

Browse files
committed
Fix: remove lifetime
1 parent d7379e4 commit 1c4341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interpreter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ pub enum SatisfiedConstraint {
502502
/// Check Template Verify Covenant
503503
TxTemplate {
504504
/// The hash value of the transaction
505-
hash: &'intp sha256::Hash,
505+
hash: sha256::Hash,
506506
},
507507
}
508508

0 commit comments

Comments
 (0)