Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Oct 25, 2024
1 parent d742945 commit 66f4fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/permission/condition/PowerfulCondition.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.8;

import {IPermissionCondition} from "./IPermissionCondition.sol";

abstract contract AbstractPowerfulCondition is IPermissionCondition {
abstract contract PowerfulCondition is IPermissionCondition {
uint8 internal constant BLOCK_NUMBER_RULE_ID = 200;
uint8 internal constant TIMESTAMP_RULE_ID = 201;
uint8 internal constant CONDITION_RULE_ID = 202;
Expand Down

0 comments on commit 66f4fb5

Please sign in to comment.