mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 14:48:15 -05:00
misc: Warning fixed & comma added at addresses.json
This commit is contained in:
@@ -273,6 +273,9 @@ contract PermissionlessCreator is ImmutableOwnable {
|
||||
// Use call instead of transfer to provide more gas (otherwise it doesn't work with SAFE):
|
||||
// https://diligence.consensys.net/blog/2019/09/stop-using-soliditys-transfer-now/
|
||||
(bool success, ) = OWNER.call{value: address(this).balance}('');
|
||||
if (!success) {
|
||||
revert();
|
||||
}
|
||||
}
|
||||
|
||||
function addCreditProvider(address creditProvider) external onlyOwner {
|
||||
|
||||
Reference in New Issue
Block a user