Add a link to renounceOwnership transaction

This commit is contained in:
varasev 2020-05-11 12:09:16 +03:00 committed by GitHub
parent b9e3842083
commit 1206adcad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ The owner can only change the game parameters.
9. `setMinDeposit(uint256 _minDeposit)`
10. `setMaxDeposit(uint256 _maxDeposit)`
### ~~Proxy Admin~~ (abolished)
### ~~Proxy Admin~~ (abolished, see [`renounceOwnership` transaction](https://blockscout.com/poa/core/tx/0x7c862374580a015fd55a467fc14e839ffe86f90594aacaf78e9d743bf09fd50e/internal_transactions))
~~The Proxy Admin can upgrade the logic of the contracts. This role will be abolished after an audit and some testing time.~~
*`Note: All methods are described in code.`*