corr vobj
This commit is contained in:
@@ -2057,7 +2057,7 @@ static bool prices_isopposite(BetInfo p1, BetInfo p2) {
|
|||||||
// - unbalanced positions
|
// - unbalanced positions
|
||||||
UniValue PricesGetOrderbook()
|
UniValue PricesGetOrderbook()
|
||||||
{
|
{
|
||||||
UniValue result(UniValue::VARR);
|
UniValue result(UniValue::VOBJ);
|
||||||
std::vector<BetInfo> book, opposits;
|
std::vector<BetInfo> book, opposits;
|
||||||
std::vector<std::pair<CAddressIndexKey, CAmount> > addressIndex;
|
std::vector<std::pair<CAddressIndexKey, CAmount> > addressIndex;
|
||||||
struct CCcontract_info *cp, C;
|
struct CCcontract_info *cp, C;
|
||||||
|
|||||||
Reference in New Issue
Block a user