]> git.bitcoin.ninja Git - rust-lightning/commit
Move accept_channel checks into `ChannelContext::do_accept_channel_checks`
authorDuncan Dean <git@dunxen.dev>
Thu, 13 Jun 2024 12:12:47 +0000 (14:12 +0200)
committerDuncan Dean <git@dunxen.dev>
Fri, 14 Jun 2024 08:52:32 +0000 (10:52 +0200)
commit0881b24895a6175632c59991c9e84b0d98ced810
tree3a3f20f8b307ac3e0dfe8917e2a39e7c073eb54f
parent07f33800a163ba867a8ac8d22130e8f7058b96ed
Move accept_channel checks into `ChannelContext::do_accept_channel_checks`

This is done ahead of getting the dual-funding implementation to reduce
refactoring noise there.
lightning/src/ln/channel.rs