We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b782142 + 0e6a128 commit 885bb32Copy full SHA for 885bb32
app/workers/bitcoin_transaction_detect_worker.rb
@@ -50,6 +50,7 @@ def collect_rgb_ids(cell_output)
50
@rgbpp_cell_ids << cell_output_id
51
@txids << txid
52
@ckb_txids << cell_output.ckb_transaction_id
53
+ @ckb_txids << cell_output.consumed_by_id
54
end
55
56
@@ -63,6 +64,7 @@ def collect_rgb_ids(cell_output)
63
64
@btc_time_cell_ids << cell_output_id
65
66
67
68
69
70
0 commit comments