Skip to content

Commit 885bb32

Browse files
authored
Merge pull request #2902 from nervosnetwork/develop
Deploy to testnet
2 parents b782142 + 0e6a128 commit 885bb32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/workers/bitcoin_transaction_detect_worker.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def collect_rgb_ids(cell_output)
5050
@rgbpp_cell_ids << cell_output_id
5151
@txids << txid
5252
@ckb_txids << cell_output.ckb_transaction_id
53+
@ckb_txids << cell_output.consumed_by_id
5354
end
5455
end
5556

@@ -63,6 +64,7 @@ def collect_rgb_ids(cell_output)
6364
@btc_time_cell_ids << cell_output_id
6465
@txids << txid
6566
@ckb_txids << cell_output.ckb_transaction_id
67+
@ckb_txids << cell_output.consumed_by_id
6668
end
6769
end
6870
end

0 commit comments

Comments
 (0)