sdk: when FetchSpecificEvent() can't find anything return nil and no errors.

This commit is contained in:
fiatjaf
2025-09-29 17:04:47 -03:00
parent f69c78cba7
commit 1e40fecdc2

View File

@@ -165,7 +165,7 @@ attempts:
}
if result == nil {
return nil, nil, fmt.Errorf("couldn't find this %v", pointer)
return nil, nil, nil
}
// save stuff in cache and in internal store