diff --git a/cmd/soroban-cli/src/rpc/mod.rs b/cmd/soroban-cli/src/rpc/mod.rs index a1a63d625..58702e6c7 100644 --- a/cmd/soroban-cli/src/rpc/mod.rs +++ b/cmd/soroban-cli/src/rpc/mod.rs @@ -642,9 +642,7 @@ soroban config identity fund {address} --helper-url "# .collect::, _>>()?; Ok(( assemble(tx, &sim_response)?, - sim_response - .restore_preamble - .filter(|p| !p.transaction_data.is_empty()), + sim_response.restore_preamble, events, )) }