Skip to content

Commit

Permalink
Remove MockChecker, update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaman1337 committed Aug 20, 2024
1 parent 115a53e commit 7d712ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
2 changes: 1 addition & 1 deletion protocol/contracts/beanstalk/farm/TractorFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {ReentrancyGuard} from "contracts/beanstalk/ReentrancyGuard.sol";

/**
* @title TractorFacet handles tractor and blueprint operations.
* @author funderberker, 0xm00neth
* @author funderberker
*/
contract TractorFacet is Invariable, ReentrancyGuard {
using LibBytes for bytes32;
Expand Down
2 changes: 1 addition & 1 deletion protocol/contracts/libraries/LibTractor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {C} from "contracts/C.sol";

/**
* @title Lib Tractor
* @author funderbrker, 0xm00neth
* @author funderbrker
**/
library LibTractor {
enum CounterUpdateType {
Expand Down
26 changes: 0 additions & 26 deletions protocol/contracts/mocks/MockChecker.sol

This file was deleted.

0 comments on commit 7d712ab

Please sign in to comment.