Skip to content

Commit 078730d

Browse files
Hakob23Luisfc68
andauthored
Update contracts/FlyoverDiscovery.sol
Co-authored-by: Luisfc68 <60527258+Luisfc68@users.noreply.github.com>
1 parent 3ada108 commit 078730d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/FlyoverDiscovery.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ contract FlyoverDiscovery is
8585

8686
/// @notice Resigns the caller as a Liquidity Provider
8787
/// @dev Reverts if the caller is not registered or already resigned
88-
/// @dev Resignation is permanent and cannot be undone
88+
/// @dev Resignation is permanent and cannot be undone. To recover the collateral, the liquidity provider must go through the resignation process, if that happens and the same account wishes to register again, that would result in a different provider ID.
8989
function resign() external override {
9090
address providerAddress = msg.sender;
9191
if (_resignationBlockNum[providerAddress] != 0) revert AlreadyResigned(providerAddress);

0 commit comments

Comments
 (0)