Skip to content

Commit 6009f23

Browse files
committed
Dupe folder cleanup, bugfix
syscoin/syscoin#34 Closes #34
1 parent a3d3295 commit 6009f23

File tree

544 files changed

+1
-259747
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

544 files changed

+1
-259747
lines changed

src/offer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,7 @@ Value offerinfo(const Array& params, bool fHelp) {
20712071
oOffer.push_back(Pair("category", stringFromVch(theOffer.sCategory)));
20722072
oOffer.push_back(Pair("title", stringFromVch(theOffer.sTitle)));
20732073
oOffer.push_back(Pair("quantity", strprintf("%llu", theOffer.GetRemQty())));
2074-
oOffer.push_back(Pair("price", ValueFromAmount(theOffer.nFee) ) );
2074+
oOffer.push_back(Pair("price", ValueFromAmount(theOffer.nPrice) ) );
20752075
oOffer.push_back(Pair("description", stringFromVch(theOffer.sDescription)));
20762076
oOffer.push_back(Pair("accepts", aoOfferAccepts));
20772077
oLastOffer = oOffer;

0 commit comments

Comments
 (0)