Skip to content

Commit 648bb21

Browse files
Update src/interfaces/ICore.sol
Co-authored-by: MatheusFranco99 <48058141+MatheusFranco99@users.noreply.github.com>
1 parent c920c19 commit 648bb21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces/ICore.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ interface ICore {
55
/// @notice Represents a SharedRiskLevel
66
struct SharedRiskLevel {
77
/// @dev The shared risk level
8+
/// Encoding: The value is stored as a uint32. However, it represents a real (float) value. To get the actual real value (decode), divide by 10^6 (i.e. value / 1_000_000).
89
uint32 value;
910
/// @dev if the shared risk level is set
1011
bool isSet;

0 commit comments

Comments
 (0)