Skip to content

Commit

Permalink
market.status add deal return
Browse files Browse the repository at this point in the history
  • Loading branch information
haipome committed Nov 27, 2017
1 parent e53bb60 commit ce50013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marketprice/mp_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@ json_t *get_market_status(const char *market, int period)
json_object_set_new_mpd(result, "high", kinfo->high);
json_object_set_new_mpd(result, "low", kinfo->low);
json_object_set_new_mpd(result, "volume", kinfo->volume);
json_object_set_new_mpd(result, "deal", kinfo->deal);

kline_info_free(kinfo);

Expand Down

0 comments on commit ce50013

Please sign in to comment.