Skip to content

Commit

Permalink
chore: update rgb_info (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitz authored Mar 19, 2024
1 parent d66a517 commit d6c1752
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/concerns/ckb_transactions/display_cells.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ def attributes_for_dao_input(nervos_dao_withdrawing_cell, is_phase2 = true)
end

def attributes_for_rgb_cell(rgb_cell)
info = rgb_cell.rgb_info
{ rgb_info: info, extra_info: info }
{ rgb_info: rgb_cell.rgb_info }
end

def hex_since(int_since_value)
Expand Down

0 comments on commit d6c1752

Please sign in to comment.