Skip to content

Commit

Permalink
Removes misleading gas message
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Jun 20, 2024
1 parent be85e27 commit 7ea3a8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/sdk/src/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,11 +405,9 @@ pub fn display_batch_resp(context: &impl Namada, resp: &TxResponse) {
InnerTxResult::Success(_) => {
display_line!(
context.io(),
"Transaction {} was successfully applied at height {}, \
consuming {} gas units.",
"Transaction {} was successfully applied at height {}.",
cmt_hash,
resp.height,
resp.gas_used
);
}
InnerTxResult::VpsRejected(inner) => {
Expand Down

0 comments on commit 7ea3a8b

Please sign in to comment.