Skip to content

Commit

Permalink
https://github.com/pendulum-chain/spacewalk/pull/385#discussion_r1301…
Browse files Browse the repository at this point in the history
…935159
  • Loading branch information
b-yap committed Aug 23, 2023
1 parent 85f95f3 commit 2d00e5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions clients/vault/src/requests/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ pub(crate) async fn get_all_transactions_of_wallet_async(

match transactions_result {
Err(e) => {
tracing::error!(
"Failed to get transactions from Stellar while processing open requests: {e}"
);
tracing::error!("Failed to get transactions from Stellar: {e}");
None
},
Ok(transactions) => Some(transactions),
Expand Down

0 comments on commit 2d00e5a

Please sign in to comment.