Skip to content

Commit

Permalink
Move pub use into pub use block
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Mar 4, 2021
1 parent ee02484 commit e3a73d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swap/src/protocol/bob.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use crate::{
protocol::{alice::TransferProof, bob},
};
use anyhow::{anyhow, Error, Result};
pub use execution_setup::{Message0, Message2, Message4};
use libp2p::{
core::Multiaddr,
request_response::{RequestResponseMessage, ResponseChannel},
Expand All @@ -25,6 +24,7 @@ pub use self::{
cancel::cancel,
encrypted_signature::EncryptedSignature,
event_loop::{EventLoop, EventLoopHandle},
execution_setup::{Message0, Message2, Message4},
refund::refund,
state::*,
swap::{run, run_until},
Expand Down

0 comments on commit e3a73d1

Please sign in to comment.