Skip to content

Commit

Permalink
removed debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicalinluca committed Sep 2, 2024
1 parent cadd246 commit 1866c74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/core/src/gateway/gateway_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ impl GatewayProxy {

// get_transaction_process_status retrieves a transaction's status from the network using process-status API
pub async fn get_transaction_process_status(&self, hash: &str) -> Result<(String, String)> {
println!("transaction process status");
let endpoint = format!("transaction/{hash}/process-status");
let endpoint = self.get_endpoint(endpoint.as_str());

Expand Down

0 comments on commit 1866c74

Please sign in to comment.