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