mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Remove QORTAL_METADATA service as this uses its own protocol instead.
This commit is contained in:
@@ -47,8 +47,7 @@ public enum Service {
|
||||
LIST(900, true, null, null),
|
||||
PLAYLIST(910, true, null, null),
|
||||
APP(1000, false, null, null),
|
||||
METADATA(1100, false, null, null),
|
||||
QORTAL_METADATA(1111, true, 10*1024L, Arrays.asList("title", "description", "tags"));
|
||||
METADATA(1100, false, null, null);
|
||||
|
||||
public final int value;
|
||||
private final boolean requiresValidation;
|
||||
|
Reference in New Issue
Block a user