No data to pass down in Alice's handler

This commit is contained in:
Thomas Eizinger 2021-06-24 19:34:43 +10:00
parent 856fe6a21e
commit 90bb4a2f6e
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

@ -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(