mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-05 02:06:46 +01:00
Rename abi file in deploy
This commit is contained in:
parent
1bc61f286a
commit
687b6e062b
@ -40,7 +40,7 @@ if args.v:
|
||||
def main():
|
||||
w3 = web3.Web3(web3.Web3.HTTPProvider(args.p))
|
||||
|
||||
f = open(os.path.join(args.abi_dir, 'AccountsIndex.abi.json'), 'r')
|
||||
f = open(os.path.join(args.abi_dir, 'AccountsIndex.json'), 'r')
|
||||
abi = json.load(f)
|
||||
f.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user