eth-address-index

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a5f658d11b056aabaa6494254a060ed7fa9c6f0f
parent 16b84d4d0cda1fb467ae5c415ba43e02e4606a74
Author: nolash <dev@holbrook.no>
Date:   Mon,  4 Jan 2021 16:52:12 +0100

Bump version

Diffstat:
Mpython/setup.cfg | 2+-
Msolidity/TokenUniqueSymbolIndex.sol | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-address-index -version = 0.0.1 +version = 0.0.2 description = Signed metadata declarations for ethereum addresses author = Louis Holbrook author_email = dev@holbrook.no diff --git a/solidity/TokenUniqueSymbolIndex.sol b/solidity/TokenUniqueSymbolIndex.sol @@ -30,7 +30,7 @@ contract TokenUniqueSymbolIndex { return tokens[_idx + 1]; } - // EIP 172 + // EIP 173 function transferOwnership() public { revert("owner cannot be changed"); }