fixup! swap_setup instead of spot_price and execution_setup

This commit is contained in:
Daniel Karzel 2021-06-25 17:56:37 +10:00
parent 85f5635663
commit 27c255646f
No known key found for this signature in database
GPG key ID: 30C3FC2E438ADB6E
3 changed files with 14 additions and 11 deletions

View file

@ -1,15 +1,14 @@
use anyhow::{anyhow, Error};
use libp2p::ping::{Ping, PingEvent};
use libp2p::request_response::{RequestId, ResponseChannel};
use libp2p::{NetworkBehaviour, PeerId};
use uuid::Uuid;
use crate::env;
use crate::network::quote::BidQuote;
use crate::network::{encrypted_signature, quote, transfer_proof};
use crate::protocol::alice::event_loop::LatestRate;
use crate::protocol::alice::swap_setup::WalletSnapshot;
use crate::protocol::alice::{swap_setup, State3};
use anyhow::{anyhow, Error};
use libp2p::ping::{Ping, PingEvent};
use libp2p::request_response::{RequestId, ResponseChannel};
use libp2p::{NetworkBehaviour, PeerId};
use uuid::Uuid;
#[derive(Debug)]
pub enum OutEvent {