From 8f01f7cf219a5b48257ab4349d0ff8fd84b503bd Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 20 Sep 2018 09:38:55 -0700 Subject: [PATCH] Trace syscalls for more helpful logs --- src/system_contract.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system_contract.rs b/src/system_contract.rs index bf0e26c96c..4b0d94585e 100644 --- a/src/system_contract.rs +++ b/src/system_contract.rs @@ -42,6 +42,7 @@ impl SystemContract { } pub fn process_transaction(tx: &Transaction, accounts: &mut [Account]) { let syscall: SystemContract = deserialize(&tx.userdata).unwrap(); + trace!("process_transaction: {:?}", syscall); match syscall { SystemContract::CreateAccount { tokens,