Skip to content

Commit

Permalink
fix: missing udt_type in UdtAccount (#1724)
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Zhang <[email protected]>
  • Loading branch information
zmcNotafraid authored Apr 2, 2024
1 parent 3cb5100 commit 318b065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/udt_account.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class UdtAccount < ApplicationRecord
enum udt_type: { sudt: 0, m_nft_token: 1, nrc_721_token: 2, spore_cell: 3,
omiga_inscription: 4 }
omiga_inscription: 4, xudt: 5 }

belongs_to :address
belongs_to :udt
Expand Down

0 comments on commit 318b065

Please sign in to comment.