mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
No data to pass down in Alice's handler
This commit is contained in:
parent
856fe6a21e
commit
90bb4a2f6e
@ -311,7 +311,7 @@ where
|
||||
type OutboundOpenInfo = ();
|
||||
|
||||
fn listen_protocol(&self) -> SubstreamProtocol<Self::InboundProtocol, Self::InboundOpenInfo> {
|
||||
SubstreamProtocol::new(protocol::new(), todo!("pass data down to handler"))
|
||||
SubstreamProtocol::new(protocol::new(), ())
|
||||
}
|
||||
|
||||
fn inject_fully_negotiated_inbound(
|
||||
|
Loading…
Reference in New Issue
Block a user