Add sol_log_compute_units syscall

This commit is contained in:
Michael Vines
2020-10-28 12:39:48 -07:00
parent 33884d847a
commit 66e51a7363
7 changed files with 79 additions and 0 deletions

View File

@ -61,6 +61,7 @@ fn process_instruction(
panic!();
}
sol_log_compute_units();
Ok(())
}