Skip to content

Commit

Permalink
print computeResults
Browse files Browse the repository at this point in the history
  • Loading branch information
HrikB committed Jun 8, 2024
1 parent dbbb43a commit 2af6924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AxiomVm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,8 @@ contract AxiomVm is Test {
bytes memory axiomOutput0 = vm.ffi(witnessGen);
string memory computeResults = string(axiomOutput0);

console.log("computeResults: ", computeResults);

// Get mock query args
string[] memory mockQuery = new string[](13);
mockQuery[0] = NODE_PATH;
Expand Down

0 comments on commit 2af6924

Please sign in to comment.