Skip to main content

process_channel_changes_into_events

Function process_channel_changes_into_events 

Source
pub(crate) async fn process_channel_changes_into_events(
    new_channel: ChannelEntry,
    changes: Vec<ChannelChange>,
    me: &Address,
    event_tx: &Sender<ChainEvent>,
)