]> git.bitcoin.ninja Git - rust-lightning/commit
Remove unused `Channel::dual_funding_channel_context`
authorDuncan Dean <git@dunxen.dev>
Thu, 24 Oct 2024 08:33:19 +0000 (10:33 +0200)
committerDuncan Dean <git@dunxen.dev>
Mon, 18 Nov 2024 13:19:00 +0000 (15:19 +0200)
commitb0dc394505a7d52d6f68484cae441a79be80730d
treec6032667ed0d9101717761f1d34431364a6e8510
parentbb81598cba0a479b943f0fc885a38d741ef1e7b1
Remove unused `Channel::dual_funding_channel_context`

For now this is unneeded as we do not provide any inputs as channel
acceptor and we do not allow creating outbound channels yet. It will
be re-added when that functionality is introduced.
lightning/src/ln/channel.rs