mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-06 19:18:12 +02:00
channeldb: add TODO to add storage for onion adds
This commit is contained in:
parent
671f15383b
commit
8abba7eafc
@ -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…
x
Reference in New Issue
Block a user