Skip to content

Commit

Permalink
Update function modifier order
Browse files Browse the repository at this point in the history
  • Loading branch information
thodges-gh authored and RyanRHall committed Sep 1, 2020
1 parent f468a17 commit f5f22ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm-contracts/src/dev_v0.7/Operator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ contract Operator is
bytes32 data
)
external
onlyAuthorizedNode()
override
onlyAuthorizedNode()
isValidRequest(requestId)
returns (bool)
{
Expand Down

0 comments on commit f5f22ce

Please sign in to comment.