Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 3, 2024
1 parent 7aa4c51 commit ab35edf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/crates/stellar-ledger/tests/test/emulator_tests.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use crate::xdr::{self, Operation, OperationBody, Uint256};
use crate::xdr::{Hash, Transaction};
use ledger_transport::Exchange;
use once_cell::sync::Lazy;
use serde::Deserialize;
Expand All @@ -15,8 +13,10 @@ use std::sync::Arc;
use std::{collections::HashMap, time::Duration};

use stellar_xdr::curr::{
Memo, MuxedAccount, PaymentOp, Preconditions, SequenceNumber, TransactionExt,
self as xdr, Hash, Memo, MuxedAccount, Operation, OperationBody, PaymentOp, Preconditions,
SequenceNumber, Transaction, TransactionExt, Uint256,
};

use testcontainers::{core::ContainerPort, runners::AsyncRunner, ContainerAsync, ImageExt};
use tokio::time::sleep;

Expand Down

0 comments on commit ab35edf

Please sign in to comment.