This commit is contained in:
CJ Cobb
2021-02-02 11:19:48 -05:00
parent b759e5e90f
commit da54bfff73

View File

@@ -328,6 +328,7 @@ doBookOffers(
{
boost::json::object empty;
empty["missing_key"] = ripple::strHex(obj.key);
empty["data"] = ripple::strHex(obj.blob);
return empty;
}
});