File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ abstract contract LeafCalculatorMixin {
1717 /// validate a proof. The salt ensures that leaves cannot be concatenated together to
1818 /// form a valid proof, as well as reducing the likelihood of an internal node matching
1919 /// the salt prefix.
20- /// @dev Value derived from keccak256("OPERATOR_INFO_LEAF_SALT") = 0x38 ...
20+ /// @dev Value derived from keccak256("OPERATOR_INFO_LEAF_SALT") = 0x75 ...
2121 /// This ensures collision resistance and semantic meaning.
2222 uint8 public constant OPERATOR_INFO_LEAF_SALT = 0x75 ;
2323
@@ -27,7 +27,7 @@ abstract contract LeafCalculatorMixin {
2727 /// validate a proof. The salt ensures that leaves cannot be concatenated together to
2828 /// form a valid proof, as well as reducing the likelihood of an internal node matching
2929 /// the salt prefix.
30- /// @dev Value derived from keccak256("OPERATOR_TABLE_LEAF_SALT") = 0x7d ...
30+ /// @dev Value derived from keccak256("OPERATOR_TABLE_LEAF_SALT") = 0x8e ...
3131 /// This ensures collision resistance and semantic meaning.
3232 uint8 public constant OPERATOR_TABLE_LEAF_SALT = 0x8e ;
3333
You can’t perform that action at this time.
0 commit comments