Skip to content

Commit

Permalink
Fix for merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
robsecord committed Jun 24, 2020
1 parent 4f33b67 commit 9aa2d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/periodic-prize-pool/PeriodicPrizePool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ abstract contract PeriodicPrizePool is Timelock, BaseRelayRecipient, ReentrancyG
bytes calldata data,
bytes calldata operatorData
)
external nonReentrant returns (uint256)
external nonReentrant onlyOperator(__ticket, from) returns (uint256)
{
address sender = _msgSender();

Expand Down

0 comments on commit 9aa2d89

Please sign in to comment.