partial merge needs fixing

This commit is contained in:
CJ Cobb
2021-06-07 21:35:33 +00:00
34 changed files with 2857 additions and 1542 deletions

View File

@@ -272,7 +272,7 @@ doBookOffers(
ripple::SLE offer{it, obj.key};
ripple::uint256 bookDir = offer.getFieldH256(ripple::sfBookDirectory);
boost::json::object offerJson = getJson(offer);
boost::json::object offerJson = toJson(offer);
offerJson["quality"] = ripple::amountFromQuality(getQuality(bookDir)).getText();
jsonOffers.push_back(offerJson);
}