Skip to content

Commit

Permalink
Update src/splitter-stop/SplitterStopSpell.sol
Browse files Browse the repository at this point in the history
Co-authored-by: amusingaxl <112016538+amusingaxl@users.noreply.github.com>
  • Loading branch information
oddaf and amusingaxl authored Oct 29, 2024
1 parent 86cc187 commit fab5046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/splitter-stop/SplitterStopSpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface SplitterLike {
/// @custom:auditors []
/// @custom:bounties []
contract SplitterStopSpell is DssEmergencySpell {
string public constant override description = "Emergency Spell | Disable Splitter";
string public constant override description = "Emergency Spell | Stop Splitter";

SplitterMomLike public immutable splitterMom = SplitterMomLike(_log.getAddress("SPLITTER_MOM"));
SplitterLike public immutable splitter = SplitterLike(_log.getAddress("MCD_SPLIT"));
Expand Down

0 comments on commit fab5046

Please sign in to comment.