mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 04:55:52 +00:00
add seq to offer json
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user