Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/modules/recovery/CloudRecoveryModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract CloudRecoveryModule is BaseRecovery {
uint256 public immutable TIMELOCK;

// Cloud guardian addresses for each account
mapping(address => address) cloudGuardian;
mapping(address => address) public cloudGuardian;

/**
* @notice Emitted when a new cloud guardian is set for an account
Expand Down