mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
channeldb: add TODO to add storage for onion adds
This commit is contained in:
parent
671f15383b
commit
8abba7eafc
1 changed files with 1 additions and 0 deletions
|
@ -1576,6 +1576,7 @@ func deserializeLightningNode(r io.Reader) (*LightningNode, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// TODO(roasbeef): also add onion addrs
|
||||
switch addressType(scratch[0]) {
|
||||
case tcp4Addr:
|
||||
addr := &net.TCPAddr{}
|
||||
|
|
Loading…
Add table
Reference in a new issue