We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d4ffd commit 8e97db1Copy full SHA for 8e97db1
deploy/FlapperInit.sol
@@ -243,9 +243,7 @@ library FlapperInit {
243
KickerLike(kicker).file("kbump", cfg.kbump);
244
245
dss.vat.rely(kicker);
246
- SplitterLike splitter = SplitterLike(dss.chainlog.getAddress("MCD_SPLIT"));
247
- splitter.rely(kicker);
248
- splitter.deny(address(vow));
+ SplitterLike(dss.chainlog.getAddress("MCD_SPLIT")).rely(kicker);
249
250
dss.chainlog.setAddress(cfg.chainlogKey, kicker);
251
}
0 commit comments