async fn handle_unknown_proposal(
node: &DarkfiNodePtr,
channel: u32,
proposal: &Proposal,
) -> boolExpand description
Background task to handle an unknown proposal. Returns a boolean flag indicate if we should ban the channel.
async fn handle_unknown_proposal(
node: &DarkfiNodePtr,
channel: u32,
proposal: &Proposal,
) -> boolBackground task to handle an unknown proposal. Returns a boolean flag indicate if we should ban the channel.