Add "flags" to account_offers output.

This commit is contained in:
JoelKatz
2013-06-11 23:52:27 -07:00
parent f2d06fce27
commit 2e7528e33a

View File

@@ -1131,6 +1131,7 @@ static void offerAdder(Json::Value& jvLines, SLE::ref offer)
offer->getFieldAmount(sfTakerPays).setJson(obj["taker_pays"]);
offer->getFieldAmount(sfTakerGets).setJson(obj["taker_gets"]);
obj["seq"] = offer->getFieldU32(sfSequence);
obj["flags"] = offer->getFieldU32(sfFlags);
}
}