From 2af6924dd0ade8f936c331f83490086112a9a018 Mon Sep 17 00:00:00 2001 From: Hrik Bhowal <23041116+HrikB@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:49:30 -0700 Subject: [PATCH] print computeResults --- src/AxiomVm.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AxiomVm.sol b/src/AxiomVm.sol index 48a3c8f..f56b8de 100644 --- a/src/AxiomVm.sol +++ b/src/AxiomVm.sol @@ -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;