Skip to content

Commit

Permalink
feat: add hash_type
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojunda committed Nov 6, 2019
1 parent 5563394 commit 4249f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/ckb_sync/node_data_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def generate_address_in_advance(cellbase)
LockScript.find_or_create_by(
args: lock_script.args,
code_hash: lock_script.code_hash,
hash_type: lock_script.hash_type,
address: address
)
end
Expand Down

0 comments on commit 4249f3a

Please sign in to comment.