mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
cf2c27800a
To avoid confusion and for accuracy going forward, we remove this method as it is inconsistent with channel IDs generated during V2 channel establishment. If one wants to create a V1, funding outpoint-based channel ID, then `ChannelId::v1_from_funding_outpoint` should be used instead. A large portion of the library has always made the assumption that having the funding outpoint will always allow us to generate the channel ID. This will not be the case anymore and we need to pass the channel ID along where appropriate. All channels that could have been persisted up to this point could only have used V1 establishment, so if some structures don't store a channel ID for them they can safely fall back to the funding outpoint-based version.
17 lines
361 B
Plaintext
17 lines
361 B
Plaintext
/target/
|
|
c-bindings-gen/target/
|
|
lightning-c-bindings/target/
|
|
lightning-c-bindings/a.out
|
|
/hfuzz_target/
|
|
/net-tokio/target/
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
.idea
|
|
lightning/target
|
|
lightning/net_graph-*.bin
|
|
lightning-rapid-gossip-sync/res/full_graph.lngossip
|
|
lightning-custom-message/target
|
|
lightning-transaction-sync/target
|
|
no-std-check/target
|
|
msrv-no-dev-deps-check/target
|