Skip to content

Commit cd8f9cd

Browse files
committed
refactor: Use only a single process dlc event function
1 parent 314491d commit cd8f9cd

File tree

2 files changed

+154
-186
lines changed

2 files changed

+154
-186
lines changed

coordinator/src/db/dlc_channels.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub(crate) fn set_channel_collab_closing(
191191
.execute(conn)
192192
}
193193

194-
pub(crate) fn set_channel_collab_closed(
194+
pub(crate) fn set_channel_closed(
195195
conn: &mut PgConnection,
196196
channel_id: &DlcChannelId,
197197
close_txid: Txid,

0 commit comments

Comments
 (0)