Skip to content

Commit d48b0b2

Browse files
authored
Merge pull request #2626 from nervosnetwork/develop
Deploy to testnet
2 parents 48c117a + 4419d6f commit d48b0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/ckb_sync/new_node_data_processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def process_block(node_block, refresh_balance: true)
9797
detect_token_transfer(token_transfer_ckb_tx_ids)
9898
detect_bitcoin_transactions(local_block)
9999

100-
local_block.update_counter_for_ckb_node_version
100+
# local_block.update_counter_for_ckb_node_version
101101
local_block
102102
end
103103

0 commit comments

Comments
 (0)