Skip to content

Commit

Permalink
fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed Jul 29, 2024
1 parent 7f91450 commit 4c27ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/soroban-cli/src/commands/contract/extend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use crate::{
txn_result::{TxnEnvelopeResult, TxnResult},
NetworkRunnable,
},
key, log,
key,
rpc::{self, Client},
utils, wasm, Pwd,
};
Expand Down Expand Up @@ -190,7 +190,7 @@ impl NetworkRunnable for Cmd {

let events = res.events()?;
if !events.is_empty() {
log::diagnostic_events(&events, tracing::Level::INFO);
crate::log::diagnostic_events(&events, tracing::Level::INFO);
}
let meta = res
.result_meta
Expand Down

0 comments on commit 4c27ccf

Please sign in to comment.