Skip to content

Commit

Permalink
Find out a bit more of what's going on
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Jan 22, 2025
1 parent d6417f8 commit bf353f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/py/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ fn run_clvm_compilation(
)
.map_err(|e| CompError::new_err(e.format(&allocator, opts)))?;

eprintln!("result {clvm_result:?}");

// Get the text representation, which will go either to the output file
// or result.
let mut hex_text = Bytes::new(Some(BytesFromType::Raw(node_to_bytes(
Expand Down

0 comments on commit bf353f6

Please sign in to comment.