forked from Qortal/qortal
Fixed bug in getArbitraryResources()
This commit is contained in:
parent
f87df53791
commit
fc12ea18b8
@ -329,7 +329,7 @@ public class HSQLDBArbitraryRepository implements ArbitraryRepository {
|
||||
String identifierResult = resultSet.getString(3);
|
||||
|
||||
// We should filter out resources without names
|
||||
if (name == null) {
|
||||
if (nameResult == null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user