We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce89bb1 commit bdea560Copy full SHA for bdea560
src/offer.cpp
@@ -2057,7 +2057,8 @@ Value offerlist(const Array& params, bool fHelp) {
2057
2058
// build the output object
2059
Object oName;
2060
- oName.push_back(Pair("name", stringFromVch(vchName)));
+ oName.push_back(Pair("guid", stringFromVch(vchName)));
2061
+ oName.push_back(Pair("title", stringFromVch(theOfferA.sTitle)));
2062
oName.push_back(Pair("category", stringFromVch(theOfferA.sCategory)));
2063
oName.push_back(Pair("description", stringFromVch(theOfferA.sDescription)));
2064
oName.push_back(Pair("price", ValueFromAmount(theOfferA.nPrice) ) );
0 commit comments