Skip to content

Commit

Permalink
Merge pull request #1447 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
zmcNotafraid committed Sep 13, 2023
2 parents 8ab6232 + 95e7dbc commit 6dec9b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/cell_output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ def nrc_721_nft_info
amount: self.udt_amount,
decimal: "",
type_hash: self.type_hash,
published: factory_cell.verified,
display_name: factory_cell.name,
published: factory_cell&.verified,
display_name: factory_cell&.name,
nan: ""
}
when "nrc_721_token"
Expand Down

0 comments on commit 6dec9b6

Please sign in to comment.