BPF loader message nits (#5870)

This commit is contained in:
Jack May
2019-09-10 16:13:23 -07:00
committed by GitHub
parent ee4266bc59
commit 008dcd71b9
9 changed files with 5 additions and 15 deletions

View File

@ -54,7 +54,6 @@ fn process_instruction(program_id: &Pubkey, accounts: &mut [AccountInfo], data:
panic!();
}
info!("Success");
SUCCESS
}