pull/114/head
plowsof 2 years ago committed by GitHub
parent 0cfdd52b68
commit 11a89cc7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -152,7 +152,7 @@ class Transaction(object):
if on_chain_vt: if on_chain_vt:
shared_secret = ed25519.scalarmult(svk_8, tx_key) shared_secret = ed25519.scalarmult(svk_8, tx_key)
vt_hsdata = b"".join([ vt_hsdata = b"".join([
on_chain_vt, # need to make sure to only take first 8 bytes of this string "view_tag", # need to make sure to only take first 8 bytes of this string
shared_secret, shared_secret,
varint.encode(idx) varint.encode(idx)
]) ])

Loading…
Cancel
Save