mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-17 13:06:14 +02:00
This commit modifies the lnwallet code and related tests in order to adhere to the recent field-name change to channeldb.OpenChannel. Instead of having the field ‘TheirLNID’ which is the sha256 of the node’s public key, we now instead use the public key directly in all contexts. |
||
|---|---|---|
| .. | ||
| btcwallet | ||
| channel.go | ||
| channel_test.go | ||
| config.go | ||
| interface.go | ||
| interface_test.go | ||
| log.go | ||
| reservation.go | ||
| script_utils.go | ||
| script_utils_test.go | ||
| wallet.go | ||