Skip to content

Commit

Permalink
Change some references from STEEM to VIT in mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
netuoso committed Sep 13, 2018
1 parent bee79ff commit 3674213
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions api_mockdata/get_content_empty.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,20 @@ module.exports = {
max_cashout_time: '1970-01-01T00:00:00',
total_vote_weight: 0,
reward_weight: 0,
total_payout_value: '0.000 STEEM',
curator_payout_value: '0.000 STEEM',
total_payout_value: '0.000 VIT',
curator_payout_value: '0.000 VIT',
author_rewards: 0,
net_votes: 0,
root_comment: 0,
max_accepted_payout: '0.000 STEEM',
percent_steem_dollars: 0,
max_accepted_payout: '0.000 VIT',
allow_replies: false,
allow_votes: false,
allow_curation_rewards: false,
beneficiaries: [],
url: '',
root_title: '',
pending_payout_value: '0.000 STEEM',
total_pending_payout_value: '0.000 STEEM',
pending_payout_value: '0.000 VIT',
total_pending_payout_value: '0.000 VIT',
active_votes: [],
replies: [],
author_reputation: 0,
Expand Down

0 comments on commit 3674213

Please sign in to comment.