You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the verification hash is composed of hash_sum(content_hash + metadata_hash + signature_hash + witness_hash). Where the previous verification hash is an input to calculate metadata_hash.
I think it should be instead hash_sum(previous_verification_hash + content_hash + metadata_hash + signature_hash + witness_hash).
The text was updated successfully, but these errors were encountered:
Currently, the verification hash is composed of
hash_sum(content_hash + metadata_hash + signature_hash + witness_hash)
. Where the previous verification hash is an input to calculatemetadata_hash
.I think it should be instead
hash_sum(previous_verification_hash + content_hash + metadata_hash + signature_hash + witness_hash)
.The text was updated successfully, but these errors were encountered: