mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 20:05:51 +00:00
print key when offer is empty
This commit is contained in:
@@ -327,6 +327,7 @@ doBookOffers(
|
|||||||
catch (std::exception const& e)
|
catch (std::exception const& e)
|
||||||
{
|
{
|
||||||
boost::json::object empty;
|
boost::json::object empty;
|
||||||
|
empty["missing_key"] = ripple::strHex(obj.key);
|
||||||
return empty;
|
return empty;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user