Skip to content

Commit

Permalink
Merge pull request #1749 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
zmcNotafraid authored Apr 4, 2024
2 parents 23c9ebc + 2818c7e commit 6fe1b25
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 @@ -535,7 +535,7 @@ def udt_account_amount(udt_type, type_hash, address)
when "sudt"
address.cell_outputs.live.udt.where(type_hash:).sum(:udt_amount)
when "xudt"
address.cell_outputs.live.udt.where(type_hash:).sum(:udt_amount)
address.cell_outputs.live.xudt.where(type_hash:).sum(:udt_amount)
when "omiga_inscription"
address.cell_outputs.live.omiga_inscription.where(type_hash:).sum(:udt_amount)
when "m_nft_token"
Expand Down

0 comments on commit 6fe1b25

Please sign in to comment.