mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use jss for many Json fields.
* Document JsonFields. * Remove some unused JsonFields values.
This commit is contained in:
@@ -98,7 +98,7 @@ void PathRequests::updateAll (Ledger::ref inLedger,
|
||||
{
|
||||
Json::Value update = pRequest->doUpdate (cache, false);
|
||||
pRequest->updateComplete ();
|
||||
update["type"] = "path_find";
|
||||
update[jss::type] = "path_find";
|
||||
ipSub->send (update, false);
|
||||
remove = false;
|
||||
++processed;
|
||||
|
||||
Reference in New Issue
Block a user