mirror of
git://holbrook.no/eth-accounts-index
synced 2026-04-28 12:31:04 +02:00
Rename abi file in deploy
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user