Skip to content

Commit

Permalink
Merge pull request #2297 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
zmcNotafraid authored Nov 20, 2024
2 parents c6ce9fa + 681b2da commit 549ef90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/block.rb
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def invalid!
uncle_blocks.delete_all
# delete_address_txs_cache
ckb_transactions.delete_all
CellOutput.where(block_id: id).delete_all
ForkedBlock.create(attributes)
destroy
end
Expand Down

0 comments on commit 549ef90

Please sign in to comment.