mirror of
git://holbrook.no/eth-address-index
synced 2024-11-27 10:36:46 +01:00
Bump version
This commit is contained in:
parent
16b84d4d0c
commit
a5f658d11b
@ -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
|
||||
|
@ -30,7 +30,7 @@ contract TokenUniqueSymbolIndex {
|
||||
return tokens[_idx + 1];
|
||||
}
|
||||
|
||||
// EIP 172
|
||||
// EIP 173
|
||||
function transferOwnership() public {
|
||||
revert("owner cannot be changed");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user