Skip to content

Commit

Permalink
cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 9, 2024
1 parent b3a1163 commit b8a7104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibc-testkit/src/relayer/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -468,14 +468,14 @@ where
chan_id_on_a: ChannelId,
signer: Signer,
) -> Packet {
use crate::testapp::ibc::applications::transfer::types::DummyTransferModule;

use ibc::apps::transfer::handler::send_transfer;
use ibc::apps::transfer::types::msgs::transfer::MsgTransfer;
use ibc::apps::transfer::types::packet::PacketData;
use ibc::core::handler::types::events::IbcEvent;
use ibc::primitives::Timestamp;

use crate::testapp::ibc::applications::transfer::types::DummyTransferModule;

// generate packet for DummyTransferModule
let packet_data = PacketData {
token: "1000uibc".parse().expect("valid prefixed coin"),
Expand Down

0 comments on commit b8a7104

Please sign in to comment.