Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Oct 22, 2024
1 parent 6dbc0e7 commit 8660b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/facade/factories/DemurrageCollateralFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import "../../plugins/assets/DemurrageCollateral.sol";
contract DemurrageCollateralFactory {
event DemurrageCollateralDeployed(address indexed collateral);

mapping(address coll => uint192 feePerSecond) public demurrageDeployments;
// collateral address => fee per second
mapping(address => uint192) public demurrageDeployments;

bytes32 public constant USD = bytes32("USD");

Expand Down

0 comments on commit 8660b09

Please sign in to comment.