Skip to content

Commit

Permalink
fix(protocol): fix permission in ComposeVerifier (#18302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Oct 25, 2024
1 parent 65daa3e commit 4c45d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ abstract contract ComposeVerifier is EssentialContract, IVerifier {
TaikoData.TierProof calldata _proof
)
external
onlyFromNamed(LibStrings.B_TAIKO)
onlyAuthorizedCaller
nonReentrant
{
(address[] memory verifiers, uint256 numSubProofs_) = getSubVerifiersAndThreshold();
Expand Down

0 comments on commit 4c45d8b

Please sign in to comment.