channeldb: add TODO to add storage for onion adds

This commit is contained in:
Olaoluwa Osuntokun 2017-08-10 21:15:53 -07:00
parent 671f15383b
commit 8abba7eafc
No known key found for this signature in database
GPG Key ID: 3D0A94DB79743DF5

@ -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{}