Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions aggregator/pkg/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ func (agg *Aggregator) ProcessOperatorSignedTaskResponseV2(signedTaskResponse *t
return errors.New("invalid response: nil signature")
}

taskIndex := uint32(0)

// The Aggregator may receive the Task Identifier after the operators.
// If that's the case, we won't know about the task at this point
// so we make GetTaskIndex retryable, waiting for some seconds,
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/core/BatcherPaymentService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ contract BatcherPaymentService is
UUPSUpgradeable,
BatcherPaymentServiceStorage
{
// CONSTANTS = 100 Blocks * 12 second block time.
// Delay a user must wait between calling unlock() and being able to withdraw.
uint256 public constant UNLOCK_BLOCK_TIME = 3600 seconds;

// EVENTS
Expand Down