Closed yaronvel closed 4 years ago
In line 97:
bytes memory fax = abi.encodeWithSignature("rely(address,address)", from, to);
should be deny instead of rely.
deny
rely
Thank you, we will get it fixed soon.
Fixed: https://github.com/makerdao/dss-deploy/commit/cc14f7d306de88cfc6e71ef602f549193d642552
In line 97:
should be
deny
instead ofrely
.