mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-22 12:47:51 +01:00
current changes with fixing to detecting offline peers
This commit is contained in:
@@ -69,7 +69,7 @@ func (api *WebapiInstance) ExploreFileSharedByNodeThatSharedSimilarFile(fileType
|
||||
|
||||
// loop over results
|
||||
for n := range resultFiles {
|
||||
ApiFile := blockRecordFileToAPI(resultFiles[n])
|
||||
ApiFile := blockRecordFileToAPI(resultFiles[n], false)
|
||||
if ApiFile.NodeID == nil {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user