rollmint
rollmint copied to clipboard
Use DA commitment instead of simple data hash
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
.