Commit ce971438 authored by Maurelian's avatar Maurelian

docs(ctb): Some commenting fixes

parent 7efcfc3c
...@@ -7,9 +7,6 @@ import { OwnerManager } from "safe-contracts/base/OwnerManager.sol"; ...@@ -7,9 +7,6 @@ import { OwnerManager } from "safe-contracts/base/OwnerManager.sol";
import { LivenessGuard } from "src/Safe/LivenessGuard.sol"; import { LivenessGuard } from "src/Safe/LivenessGuard.sol";
import { ISemver } from "src/universal/ISemver.sol"; import { ISemver } from "src/universal/ISemver.sol";
// TODO(maurelian): remove me
import { console2 as console } from "forge-std/console2.sol";
/// @title LivenessModule /// @title LivenessModule
/// @notice This module is intended to be used in conjunction with the LivenessGuard. In the event /// @notice This module is intended to be used in conjunction with the LivenessGuard. In the event
/// that an owner of the safe is not recorded by the guard during the liveness interval, /// that an owner of the safe is not recorded by the guard during the liveness interval,
......
...@@ -8,8 +8,8 @@ import "safe-contracts/interfaces/IERC165.sol"; ...@@ -8,8 +8,8 @@ import "safe-contracts/interfaces/IERC165.sol";
import "safe-contracts/interfaces/ISignatureValidator.sol"; import "safe-contracts/interfaces/ISignatureValidator.sol";
import { Safe as GnosisSafe } from "safe-contracts/Safe.sol"; import { Safe as GnosisSafe } from "safe-contracts/Safe.sol";
/// @author: Colin Nielsen /// author: Colin Nielsen
/// https://github.com/colinnielsen/safe-tools/blob/ce6c654a76d91b619ab7778c77d1a76b3ced6666/src/CompatibilityFallbackHandler_1_3_0.sol /// https://github.com/colinnielsen/safe-tools/blob/ce6c654a76d91b619ab7778c77d1a76b3ced6666/src/CompatibilityFallbackHandler_1_3_0.sol
contract DefaultCallbackHandler is ERC1155TokenReceiver, ERC777TokensRecipient, ERC721TokenReceiver, IERC165 { contract DefaultCallbackHandler is ERC1155TokenReceiver, ERC777TokensRecipient, ERC721TokenReceiver, IERC165 {
function onERC1155Received( function onERC1155Received(
address, address,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment