mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 02:27:21 +01:00
1a5b5c5f62
This commit introduces a ChannelParty type to LND. It is useful for consolidating all references to the duality between the local and remote nodes. This is currently handled by having named struct rows or named boolean parameters, named either "local" or "remote". This change alleviates the programmer from having to decide which node should be bound to `true` or `false`. In an upcoming commit we will change callsites to use this. |
||
---|---|---|
.. | ||
channel_party.go | ||
comparison_test.go | ||
comparison.go | ||
hash.go | ||
preimage.go | ||
txsize_test.go | ||
txsize.go |