Skip to content

Commit

Permalink
variable naming, parameter comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundedgar committed Nov 1, 2023
1 parent 0ac1b98 commit 34f1038
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/AdjudicationFramework.sol
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ contract AdjudicationFramework is BalanceHolder {

mapping(bytes32 => ArbitrationRequest) public question_arbitrations;

/// @param _realityETH The reality.eth instance we adjudicate for
/// @param _dispute_fee The dispute fee we charge reality.eth users
/// @param _forkArbitrator The arbitrator contract that escalates to an L1 fork, used for our governance
/// @param _initialArbitrators Arbitrator contracts we initially support
constructor(
address _realityETH,
uint256 _dispute_fee,
Expand Down

0 comments on commit 34f1038

Please sign in to comment.