Skip to content

Commit

Permalink
Update contracts/contracts/subnet/SubnetActorGetterFacet.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Karel Moravec <moravec.wdd@gmail.com>
  • Loading branch information
cryptoAtwill and karlem committed Sep 23, 2024
1 parent 7f2cb84 commit d91dc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/subnet/SubnetActorGetterFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ contract SubnetActorGetterFacet {
return s.supplySource;
}

/// @notice Returns the collateral strategy for the subnet.
/// @notice Returns the collateral asset kind for the subnet.
function collateralSource() external view returns (Asset memory supply) {
return s.collateralSource;
}
Expand Down

0 comments on commit d91dc44

Please sign in to comment.