Fixing typo
This commit is contained in:
parent
6f7f02ee95
commit
e5280ff279
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user