mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-14 12:42:48 +02:00
In this commit, we move the serialisation details of a channel's features to the DB layer and change the `models` field to instead use a more useful `*lnwire.FeatureVector` type. This makes the features easier to work with and moves the serialisation to where it is actually used. |
||
|---|---|---|
| .. | ||
| cached_edge_info.go | ||
| cached_edge_policy.go | ||
| channel.go | ||
| channel_auth_proof.go | ||
| channel_edge_info.go | ||
| channel_edge_policy.go | ||
| inbound_fee.go | ||
| inbound_fee_test.go | ||
| node.go | ||