Skip to content

Commit

Permalink
refactoring didregistry, implements #31
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Dec 15, 2020
1 parent 8a07baf commit c0aad7b
Show file tree
Hide file tree
Showing 5 changed files with 835 additions and 1,637 deletions.
2 changes: 1 addition & 1 deletion contracts/conditions/ThresholdCondition.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ contract ThresholdCondition is Condition {
uint256 counter = 0;
_fulfill = false;
ConditionStoreLibrary.ConditionState inputConditionState;
ConditionStoreLibrary.ConditionState Fulfilled;
ConditionStoreLibrary.ConditionState Fulfilled; // solhint-disable-line
Fulfilled = ConditionStoreLibrary.ConditionState.Fulfilled;

for(uint i = 0; i < _inputConditions.length; i++)
Expand Down

0 comments on commit c0aad7b

Please sign in to comment.