Fixing typo

This commit is contained in:
Vivek Teega 2019-05-20 17:36:06 +05:30 committed by GitHub
parent 6f7f02ee95
commit e5280ff279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ def getcontractparticipants():
return jsonify(result='error', details='Smart Contract\'s address hasn\'t been passed')
contractName = '{}-{}.db'.format(name.strip(),contractAddress.strip())
filelocation = os.path.join(dbfolder,'smartContracts', ContractName)
filelocation = os.path.join(dbfolder,'smartContracts', contractName)
if os.path.isfile(filelocation):
#Make db connection and fetch data