Skip to content

Commit

Permalink
Add comment with link to optimistic governor reference implementation…
Browse files Browse the repository at this point in the history
… of _constructClaim
  • Loading branch information
ckoopmann committed Jan 4, 2024
1 parent dbbfe5d commit ced1ad5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ contract OptimisticAuctionRebalanceExtensionV1 is AuctionRebalanceExtension, As
/* ============ Internal Functions ============ */

// Constructs the claim that will be asserted at the Optimistic Oracle V3.
// @dev Inspired by the equivalent function in the OptimisticGovernor: https://github.com/UMAprotocol/protocol/blob/96cf5be32a3f57ac761f004890dd3466c63e1fa5/packages/core/contracts/optimistic-governor/implementation/OptimisticGovernor.sol#L437
function _constructClaim(bytes32 proposalHash, bytes32 rulesHash) internal pure returns (bytes memory) {
return
abi.encodePacked(
Expand Down

0 comments on commit ced1ad5

Please sign in to comment.