Skip to content

Commit

Permalink
Fixed formatting and import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mchtilianov committed Oct 24, 2023
1 parent c3cdd15 commit 73b7bc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions tests/clients_tests/all_clients_interaction.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::collections::HashMap;

use crate::clients_tests::helpers::wallet::create_check_tx_proof_assert_ok;
use chrono::{DateTime, NaiveDateTime, Utc};
use hex::ToHex;
use monero::{
Expand Down Expand Up @@ -903,7 +902,7 @@ pub async fn run() {
let transfers = transfers.unwrap();
let transfer = transfers[0].clone();

create_check_tx_proof_assert_ok(
helpers::wallet::create_check_tx_proof_assert_ok(
&wallet,
transfer.txid,
transfer.address,
Expand Down
1 change: 0 additions & 1 deletion tests/clients_tests/helpers/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -781,4 +781,3 @@ pub async fn create_check_tx_proof_assert_ok(
assert!(check_res.is_ok());
assert!(check_res.unwrap().good);
}

0 comments on commit 73b7bc5

Please sign in to comment.