Commit 78186e29 authored by Karl Floersch's avatar Karl Floersch

Add comment

parent 8f81aeee
......@@ -343,6 +343,7 @@ contract OVM_CanonicalTransactionChain is OVM_BaseChain, Lib_AddressResolver { /
}
function _getRoot(bytes32[] memory leaves) internal returns(bytes32) {
// TODO: Require that leaves is even (if not this lib doesn't work maybe?)
return Lib_MerkleRoot.getMerkleRoot(leaves);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment