Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioMacaronio committed Jan 21, 2020
1 parent 41272f9 commit bb1a2c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/contracts/PriorityQueue.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ contract PriorityQueue {
/// @notice Expiration delta for priority request to be satisfied (in ETH blocks)
uint256 constant PRIORITY_EXPIRATION = 4 * 60 * 24; // One day

/// @notice Maximum number of outstanding deposits to be canceled in one call
uint64 constant MAX_OUTSTANDING_DEPOSITS_TO_CANCEL_IN_ONE_CALL = 70;

/// @notice New priority request event. Emitted when a request is placed into mapping
event NewPriorityRequest(
uint64 serialId,
Expand Down

0 comments on commit bb1a2c7

Please sign in to comment.