Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add comments to smart contracts #72

Merged
merged 12 commits into from
Mar 21, 2023
Prev Previous commit
Next Next commit
locas comment
  • Loading branch information
andresaiello committed Mar 20, 2023
commit 870933d3f42ee4f7d76e9ddacf8d244cca961fdd
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ contract ZetaConnectorBase is ConnectorErrors, Pausable {
address public tssAddress;

/**
* @dev Multisig contract to update TSS address
* @dev This address will start pointing to a multisig contract, then it will become the TSS address itself.
*/
address public tssAddressUpdater;