mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-21 04:28:13 -04:00
No data to pass down in Alice's handler
This commit is contained in:
parent
856fe6a21e
commit
90bb4a2f6e
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ where
|
||||||
type OutboundOpenInfo = ();
|
type OutboundOpenInfo = ();
|
||||||
|
|
||||||
fn listen_protocol(&self) -> SubstreamProtocol<Self::InboundProtocol, Self::InboundOpenInfo> {
|
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(
|
fn inject_fully_negotiated_inbound(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue