cargo fmt

This commit is contained in:
Michael Vines
2018-09-20 19:40:11 -07:00
committed by Grimes
parent beeb09646a
commit 2614189157
2 changed files with 2 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ impl SystemProgram {
account.tokens
}
pub fn process_transaction(tx: &Transaction, accounts: &mut [Account]) {
if let Ok(syscall) = deserialize(&tx.userdata){
if let Ok(syscall) = deserialize(&tx.userdata) {
trace!("process_transaction: {:?}", syscall);
match syscall {
SystemProgram::CreateAccount {