Remove redundant 'outbound' wording from methods
[rust-lightning] / lightning / src / ln / channelmanager.rs
index e59c9aee8aa134b60d90fc63a285e0cf2f7824d5..31e719cd4f48f6f063959b854b72fefba4fe9b2b 100644 (file)
@@ -3365,7 +3365,7 @@ where
                        Some(chan) => {
                                let funding_txo = find_funding_output(&chan, &funding_transaction)?;
 
-                               let funding_res = chan.get_outbound_funding_created(funding_transaction, funding_txo, &self.logger)
+                               let funding_res = chan.get_funding_created(funding_transaction, funding_txo, &self.logger)
                                        .map_err(|(mut chan, e)| if let ChannelError::Close(msg) = e {
                                                let channel_id = chan.context.channel_id();
                                                let user_id = chan.context.get_user_id();