add seq to offer json

This commit is contained in:
jed
2012-12-10 12:05:50 -08:00
parent 35ec825d8c
commit eea2739f53
5 changed files with 8 additions and 4 deletions

View File

@@ -643,6 +643,7 @@ Json::Value RPCHandler::doAccountOffers(Json::Value jvRequest)
//obj["account"] = account.humanAccountID();
obj["taker_pays"] = takerPays.getJson(0);
obj["taker_gets"] = takerGets.getJson(0);
obj["seq"] = offer->getSeq();
jsonLines.append(obj);
}