Skip to content

Commit 039bea8

Browse files
authored
Merge pull request #2556 from nervosnetwork/develop
Deploy to testnet
2 parents 5629c79 + 61266a8 commit 039bea8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/jobs/import_btc_time_cells_job.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ def fetch_raw_transactions!(utxo_map)
5656
Rails.cache.write(txid, data, expires_in: 30.minutes)
5757
end
5858
raw_tx_data[txid] = data["result"]
59-
rescue StandardError => e
60-
Rails.logger.error("Failed to fetch transaction #{txid}: #{e.message}")
6159
end
6260

6361
raw_tx_data

app/jobs/import_rgbpp_cells_job.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ def fetch_raw_transactions!(utxo_map)
9696
Rails.cache.write(txid, data, expires_in: 30.minutes)
9797
end
9898
raw_tx_data[txid] = data["result"]
99-
rescue StandardError => e
100-
Rails.logger.error("Failed to fetch transaction #{txid}: #{e.message}")
10199
end
102100

103101
raw_tx_data

0 commit comments

Comments
 (0)