fix: remove tick_height

This commit is contained in:
Michael Vines
2019-06-12 19:50:30 -07:00
parent 58edbf5607
commit 03603ea87b
3 changed files with 0 additions and 15 deletions

View File

@ -19,8 +19,6 @@ fn return_sstruct() -> SStruct {
}
fn process(ka: &mut [SolKeyedAccount], data: &[u8], info: &SolClusterInfo) -> bool {
sol_log("Tick height:");
sol_log_64(info.tick_height, 0, 0, 0, 0);
sol_log("Program identifier:");
sol_log_key(&info.program_id);