Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Zhang <[email protected]>
  • Loading branch information
zmcNotafraid committed Dec 31, 2024
1 parent 741f07c commit 0791de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/ckb_sync/new_node_data_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def process_withdraw_dao_events!(local_block, dao_contract)
addrs_withdraw_info[address.id][:is_depositor] = false
end

updated_deposit_dao_events_attributes << { block_id: previous_cell_output.id, ckb_transaction_id: previous_cell_output.ckb_transaction_id, cell_index: dao_input.index, event_type: "deposit_to_dao",
updated_deposit_dao_events_attributes << { block_id: previous_cell_output.block_id, ckb_transaction_id: previous_cell_output.ckb_transaction_id, cell_index: dao_input.index, event_type: "deposit_to_dao",
withdrawn_transaction_id: dao_input.ckb_transaction_id }
dao_events_attributes << {
ckb_transaction_id: dao_input.ckb_transaction_id,
Expand Down

0 comments on commit 0791de3

Please sign in to comment.