Skip to content

Commit 3ae1c79

Browse files
committed
print the stats
1 parent 82f57a6 commit 3ae1c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spending_requirements.rs

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ impl P2TRChecker {
188188
witness
189189
);
190190
if !exec_result.success {
191+
println!("{:?}", exec_result.stats);
191192
return Err(Error::msg("The script execution is not successful."));
192193
}
193194

0 commit comments

Comments
 (0)