Skip to content

Commit 6fb1250

Browse files
committed
f handle_tx_abort comment s/tx_add_input/tx_abort
1 parent d5c2037 commit 6fb1250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11864,7 +11864,7 @@ where
1186411864

1186511865
fn handle_tx_abort(&self, counterparty_node_id: PublicKey, msg: &msgs::TxAbort) {
1186611866
// Note that we never need to persist the updated ChannelManager for an inbound
11867-
// tx_add_input message - interactive transaction construction does not need to
11867+
// tx_abort message - interactive transaction construction does not need to
1186811868
// be persisted before any signatures are exchanged.
1186911869
let _persistence_guard = PersistenceNotifierGuard::optionally_notify(self, || {
1187011870
let _ = handle_error!(self, self.internal_tx_abort(&counterparty_node_id, msg), counterparty_node_id);

0 commit comments

Comments
 (0)