Add "flags" to account_offers output.

This commit is contained in:
JoelKatz
2013-06-11 23:52:27 -07:00
parent 74da659882
commit 42b1081b8f

View File

@@ -1133,6 +1133,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);
}
}