Skip to content

Commit

Permalink
chore(libs): remove min collateral condition
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Aug 21, 2024
1 parent b22a009 commit 85e02c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/libs/WitnetV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ library WitnetV2 {
return (
sla.witnessingFeeNanoWit > 0
&& sla.committeeSize > 0 && sla.committeeSize <= 127
// v1.7.x requires witnessing collateral to be greater or equal to 20 WIT:
&& sla.witnessingFeeNanoWit * 100 >= 20 * 10 ** 9
);
}

Expand Down

0 comments on commit 85e02c7

Please sign in to comment.