Skip to content

Commit

Permalink
chore: locked capacity remove dao deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojunda committed May 26, 2020
1 parent de0337b commit c253aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/charts/daily_statistic_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def call

def locked_capacity
market_data = MarketData.new(tip_block_number: current_tip_block.number)
total_dao_deposit + market_data.ecosystem_locked + market_data.team_locked + market_data.private_sale_locked + market_data.founding_partners_locked + market_data.foundation_reserve_locked + market_data.bug_bounty_locked
market_data.ecosystem_locked + market_data.team_locked + market_data.private_sale_locked + market_data.founding_partners_locked + market_data.foundation_reserve_locked + market_data.bug_bounty_locked
end

def average_block_time
Expand Down

0 comments on commit c253aea

Please sign in to comment.