Skip to content

Commit

Permalink
Merge pull request #1945 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
zmcNotafraid authored Jun 7, 2024
2 parents ed50162 + ab32739 commit 26826a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/xudt_tag_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def first_xudt?(symbol, block_timestamp)
end

def rgbpp_lock?(issuer_address)
CkbUtils.parse_address(issuer_address).script.code_hash == Settings.rgbpp_code_hash
issuer_address.present? && CkbUtils.parse_address(issuer_address).script.code_hash == Settings.rgbpp_code_hash
end

## TODO: current no this condition
Expand Down

0 comments on commit 26826a6

Please sign in to comment.