Rename abi file in deploy

This commit is contained in:
nolash 2020-12-22 14:55:04 +01:00
parent 1bc61f286a
commit 687b6e062b
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

View File

@ -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()