Rename certain flags to align with dual funding
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Tue, 5 Dec 2023 23:38:47 +0000 (15:38 -0800)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Thu, 7 Dec 2023 20:37:18 +0000 (12:37 -0800)
commit6492cc90eaa937c303801299b7b1608d47eea785
tree8496b5e195b5a2956dbaf929922f3d9215f58935
parent9092c591f110944e26bba1e8be452bb7a4339960
Rename certain flags to align with dual funding

`FundingCreated` and `FundingSent` were mostly named after the
respective `funding_created` and `funding_sent` wire messages. They
include the signature for the initial commitment transaction when
opening a channel. With dual funding, these messages are no longer used,
and instead we rely on the existing `commitment_signed` to exchange
those signatures.
lightning/src/ln/channel.rs