Skip to content

Commit

Permalink
chore(ln-dlc-node): Rework docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
luckysori committed Sep 7, 2023
1 parent 1fb1ee2 commit 696b12c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions crates/ln-dlc-node/src/node/dlc_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,8 @@ where
.await?
}

/// Updates the dlc channel with the given contract input and triggers the `RenewOffer` dlc
/// message.
///
/// Note, this is only initiating the protocol and is only finished once the finalize messages
/// are exchanged.
/// Proposes and update to the DLC channel based on the provided [`ContractInput`]. A
/// [`RenewOffer`] is sent to the counterparty, kickstarting the renew protocol.
pub async fn propose_dlc_channel_update(
&self,
dlc_channel_id: &[u8; 32],
Expand Down

0 comments on commit 696b12c

Please sign in to comment.