mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-21 16:46:46 +01:00
Fix path problems
This commit is contained in:
parent
687b6e062b
commit
70d7428bcd
@ -30,7 +30,7 @@ class AccountRegistry:
|
||||
@staticmethod
|
||||
def abi():
|
||||
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)
|
||||
f.close()
|
||||
return AccountRegistry.__abi
|
||||
|
Loading…
Reference in New Issue
Block a user