Skip to content

Commit

Permalink
rm non needed method
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Aug 12, 2024
1 parent c8e6a84 commit dc82bf8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/HdpExecutionStore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ contract HdpExecutionStore is Initializable, UUPSUpgradeable, OwnableUpgradeable
PROGRAM_HASH = programHash;
}

function getProgramHash() external view returns (bytes32) {
return PROGRAM_HASH;
}

/// @notice Caches the MMR root for a given MMR id
/// @notice Get MMR size and root from the aggregator and cache it
function cacheMmrRoot(uint256 mmrId) public {
Expand Down

0 comments on commit dc82bf8

Please sign in to comment.