Paul Scott 5 days ago committed by GitHub
commit d5d24b6f6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1230,6 +1230,9 @@ func NetmapFromMapResponseForDebug(ctx context.Context, pr persist.PersistView,
if resp.Node == nil {
return nil, errors.New("MapResponse lacks Node")
}
if !pr.Valid() {
return nil, errors.New("PersistView invalid")
}
nu := &rememberLastNetmapUpdater{}
sess := newMapSession(pr.PrivateNodeKey(), nu, nil)

Loading…
Cancel
Save