Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakekidd committed Jul 12, 2024
1 parent 051d52f commit c76b927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/QWManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract QWManager is IQWManager, Ownable {
address public immutable REGISTRY;

// Tracks protocol assets and other information.
mapping(address => Protocol> public protocols;
mapping(address => Protocol) public protocols;

event ProtocolDeposit(
uint256 indexed epoch,
Expand Down

0 comments on commit c76b927

Please sign in to comment.