Skip to content

Commit

Permalink
Merge pull request #1603 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
zmcNotafraid authored Jan 23, 2024
2 parents 6f16556 + 2b963de commit 6006554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/api/v1/omiga_inscriptions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def show
else
Udt.joins(:omiga_inscription_info).where(
"udts.type_hash = ? or omiga_inscription_infos.type_hash = ?", params[:id], params[:id]
).order("id DESC").first
).order("block_timestamp DESC").first
end

if udt.nil?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def perform(args)
else
Udt.joins(:omiga_inscription_info).where(
"udts.type_hash = ? or omiga_inscription_infos.type_hash = ?", args[:id], args[:id]
).order("id DESC").first
).order("block_timestamp DESC").first
end
ckb_transactions = udt.ckb_transactions

Expand Down

0 comments on commit 6006554

Please sign in to comment.