Skip to content

Commit

Permalink
fixup! fix: Set timeout on RenewOffered state
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Feb 2, 2024
1 parent 8c13abf commit 0786724
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dlc-manager/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ where
msg: &DlcMessage,
counter_party: PublicKey,
) -> Result<Option<DlcMessage>, Error> {
log::info!("===========> Received dlc message IN RUST DLC!!!!");

match msg {
DlcMessage::OnChain(on_chain) => match on_chain {
OnChainMessage::Offer(o) => {
Expand Down

0 comments on commit 0786724

Please sign in to comment.