mirror of
git://holbrook.no/eth-address-index
synced 2026-04-26 02:37:14 +02:00
Bump version
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user