Update wallet/src/cli/mod.rs

Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
This commit is contained in:
Sergio Chouhy 2025-12-09 14:55:12 -03:00 committed by GitHub
parent 7825f69e06
commit 8cfb586bee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,7 +165,7 @@ pub async fn execute_subcommand(command: Command) -> Result<SubcommandReturnValu
.send_tx_program(transaction)
.await
.expect("Transaction submission error");
println!("Response: {:?}", response);
println!("Response: {response:?}");
SubcommandReturnValue::Empty
}