Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Nov 24, 2023
1 parent b305879 commit a0f93ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LockstakeEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ contract LockstakeEngine {
mapping(address => uint256) public farms; // farm => 1 == whitelisted
mapping(address => uint256) public urnsAmt; // usr => amount
mapping(address => address) public urnOwners; // urn => owner
mapping(address => address) public urnDelegates; // urn => current associated delegare
mapping(address => address) public urnDelegates; // urn => current associated delegate
mapping(address => address) public selectedFarm; // urn => current selected farm
JugLike public jug;

Expand Down

0 comments on commit a0f93ed

Please sign in to comment.