Skip to content

Commit

Permalink
corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EdNoepel committed Oct 7, 2024
1 parent a1659b0 commit e9eeb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perennial/contracts/types/ProtocolParameter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct StoredProtocolParameter {
uint24 minEfficiency; // <= 1677%
uint24 referralFee; // <= 1677%
uint24 minScale; // <= 1677%
uint24 maxStaleAfter; // <= 18.2 hours
uint24 maxStaleAfter; // <= 4660 hours
}
struct ProtocolParameterStorage { StoredProtocolParameter value; } // SECURITY: must remain at (1) slots
using ProtocolParameterStorageLib for ProtocolParameterStorage global;
Expand Down

0 comments on commit e9eeb98

Please sign in to comment.