Skip to content

Commit

Permalink
fix: ckb_hodl_wave's calcualte needs to use dao's c_i attribute (#1631)
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Zhang <[email protected]>
  • Loading branch information
zmcNotafraid authored Feb 20, 2024
1 parent 6a85a00 commit 0f9ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/daily_statistic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def liquidity
one_week_to_one_month:,
day_to_one_week:,
latest_day:,
total_supply:,
total_supply: total_supply + burnt,
}.transform_values { |value| (value.to_f / 10**8).truncate(8) }
end

Expand Down

0 comments on commit 0f9ef08

Please sign in to comment.