-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
Done!Completed the implementation. May require more testing.Completed the implementation. May require more testing.bugSomething isn't workingSomething isn't working
Description
String new_geohash = "2vgddg";
List<String> geohashList = new ArrayList<String>();
geohashList.add(new_geohash);
genericTagQuery.setValue(geohashList);
Filters filters = NIP01.createFilters(null, null, null, null, null, null, null, null, new GenericTagQueryList(genericTagQuery));
If you send this, then the sent serialized REQ string looks like this:
INFO: Sending serialized message: ["REQ","de3daa94-ff45-496f-b1a4-13d6ba50abe6",{"genericTagQueryList":[{"nip":1,"#g":["2vghde"]}]}]
When it should be more like:
INFO: Sending serialized message: ["REQ","de3daa94-ff45-496f-b1a4-13d6ba50abe6","#g":["2vghde"]}]}]
Metadata
Metadata
Assignees
Labels
Done!Completed the implementation. May require more testing.Completed the implementation. May require more testing.bugSomething isn't workingSomething isn't working