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 dataHash field in the header is populated using data.Hash() a simple merkle tree hash. this needs to be changed to commitment obtained by calling the createCommitment.
currently the
dataHashfield in the header is populated usingdata.Hash()a simple merkle tree hash. this needs to be changed to commitment obtained by calling thecreateCommitment.