Fix bug : typo
This commit is contained in:
parent
5af8a2e1d1
commit
0f6f5fe955
@ -1569,7 +1569,7 @@ async def tokenTransactions(token):
|
|||||||
if limit is not None and not check_integer(limit):
|
if limit is not None and not check_integer(limit):
|
||||||
return jsonify(description='limit validation failed'), 400
|
return jsonify(description='limit validation failed'), 400
|
||||||
|
|
||||||
filelocation = os.path.join(dbfolder, 'tokens', f'tokens.db')
|
filelocation = os.path.join(dbfolder, 'tokens', f'{token}.db')
|
||||||
|
|
||||||
if os.path.isfile(filelocation):
|
if os.path.isfile(filelocation):
|
||||||
transactionJsonData = fetch_token_transactions(token, senderFloAddress, destFloAddress, limit)
|
transactionJsonData = fetch_token_transactions(token, senderFloAddress, destFloAddress, limit)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user