Skip to content

Commit

Permalink
fix: omiga inscription name info (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitz authored Jan 30, 2024
1 parent 15df613 commit 436974f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/cell_output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def omiga_inscription_info
udt = Udt.find_by(type_hash:)
value = {
symbol: udt.symbol,
name: udt.name,
name: udt.full_name,
decimal: udt.decimal,
amount: udt_amount,
}
Expand Down

0 comments on commit 436974f

Please sign in to comment.