Commit 80323872 authored by Maurelian's avatar Maurelian

feat(ctb): Make guard.safe var immutable

parent 0e203024
......@@ -12,7 +12,7 @@ contract LivenessGuard is SignatureDecoder, BaseGuard {
/// @param signers An arrary of signer addresses.
event SignersRecorded(bytes32 indexed txHash, address[] signers);
Safe public safe;
Safe public immutable safe;
mapping(address => uint256) public lastSigned;
constructor(Safe _safe) {
......
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