diff --git a/abci/src/application.rs b/abci/src/application.rs index 065abdc..3081041 100644 --- a/abci/src/application.rs +++ b/abci/src/application.rs @@ -259,7 +259,7 @@ fn serialize_response_for_logging(response: &response::Value) -> String { } } -fn exec_tx_results_to_string(tx_results: &Vec) -> Vec { +fn exec_tx_results_to_string(tx_results: &[ExecTxResult]) -> Vec { tx_results .iter() .map(|tx_result| {