mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-22 00:56:46 +01:00
Fix path problems
This commit is contained in:
parent
687b6e062b
commit
70d7428bcd
@ -30,7 +30,7 @@ class AccountRegistry:
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def abi():
|
def abi():
|
||||||
if AccountRegistry.__abi == None:
|
if AccountRegistry.__abi == None:
|
||||||
f = open(os.path.join(datadir, 'AccountsIndex.abi.json'), 'r')
|
f = open(os.path.join(datadir, 'AccountsIndex.json'), 'r')
|
||||||
AccountRegistry.__abi = json.load(f)
|
AccountRegistry.__abi = json.load(f)
|
||||||
f.close()
|
f.close()
|
||||||
return AccountRegistry.__abi
|
return AccountRegistry.__abi
|
||||||
|
Loading…
Reference in New Issue
Block a user