Skip to content

Commit

Permalink
q1
Browse files Browse the repository at this point in the history
  • Loading branch information
LayneHaber committed Jan 26, 2023
1 parent 2d6bb48 commit 642f926
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ abstract contract GasCap is ProposedOwnable {
* The gas used will be passed in by the relayer to allow for real-time estimates,
* but will be capped at the admin-set cap.
*/
uint256 gasCap;
uint256 public gasCap;

// ============ Events ============

Expand Down

0 comments on commit 642f926

Please sign in to comment.