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…
Reference in New Issue
Block a user