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]
|
[metadata]
|
||||||
name = eth-address-index
|
name = eth-address-index
|
||||||
version = 0.0.1
|
version = 0.0.2
|
||||||
description = Signed metadata declarations for ethereum addresses
|
description = Signed metadata declarations for ethereum addresses
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
@ -30,7 +30,7 @@ contract TokenUniqueSymbolIndex {
|
|||||||
return tokens[_idx + 1];
|
return tokens[_idx + 1];
|
||||||
}
|
}
|
||||||
|
|
||||||
// EIP 172
|
// EIP 173
|
||||||
function transferOwnership() public {
|
function transferOwnership() public {
|
||||||
revert("owner cannot be changed");
|
revert("owner cannot be changed");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user