Skip to content

Commit

Permalink
chore: remove unnecessary constant
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Sep 7, 2023
1 parent 30947ff commit 354aadf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/tree/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ library Constants {
/// @dev The prefixes of leaves and nodes
bytes1 internal constant LEAF_PREFIX = 0x00;
bytes1 internal constant NODE_PREFIX = 0x01;

/// @dev Parity share namespace in bytes.
bytes29 internal constant PARITY_SHARE_NAMESPACE_BYTES =
0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF;
}

/// @dev Parity share namespace.
Expand Down

0 comments on commit 354aadf

Please sign in to comment.