Skip to content

Commit

Permalink
refactor: Use only a single process dlc event function
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed May 9, 2024
1 parent 314491d commit cd8f9cd
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 186 deletions.
2 changes: 1 addition & 1 deletion coordinator/src/db/dlc_channels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pub(crate) fn set_channel_collab_closing(
.execute(conn)
}

pub(crate) fn set_channel_collab_closed(
pub(crate) fn set_channel_closed(
conn: &mut PgConnection,
channel_id: &DlcChannelId,
close_txid: Txid,
Expand Down
Loading

0 comments on commit cd8f9cd

Please sign in to comment.