Skip to content

Commit

Permalink
feat: using real tx_hash after sign
Browse files Browse the repository at this point in the history
  • Loading branch information
classicalliu committed May 14, 2019
1 parent 79ffc2b commit 373e38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ckb/types/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def sign(key, tx_hash)
end

self.class.new(
hash: hash,
hash: tx_hash, # using real tx_hash instead
version: version,
deps: deps,
inputs: inputs,
Expand Down

0 comments on commit 373e38a

Please sign in to comment.