Skip to content

Commit

Permalink
Merge pull request #2050 from nervosnetwork/testnet
Browse files Browse the repository at this point in the history
Deploy to mainnet
  • Loading branch information
zmcNotafraid authored Jul 10, 2024
2 parents 2b7eea8 + dca26b0 commit 417476c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/contract_statistic_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def perform
pool = Concurrent::FixedThreadPool.new(pool_size)

Contract.find_each do |contract|
# ckb_address_ids = fetch_ckb_address_ids(contract, pool)
ckb_address_ids = fetch_ckb_address_ids(contract, pool)
contract.update(
ckb_transactions_count: contract.cell_dependencies.count,
h24_ckb_transactions_count: contract.cell_dependencies.where(ckb_transaction_id: h24_tx_ids).count,
Expand Down

0 comments on commit 417476c

Please sign in to comment.