flo-token-tracking/.gitignore
RanchiMall Dev 989251127c Fixed confusion between time vs blocktime
### Made all the database columns related to time of a transaction's confirmation as 'time'
There were instances of using blocktime instead of time in the older code. But Flosight API was using time variable common across all its results. To maintain consistency now all database columns related to time/blocktime will be called "time"

This change has affected models.py and tracktokens_smartcontracts.py file
2023-04-07 08:00:55 +00:00

18 lines
163 B
Plaintext

*.db
.idea/
__pycache__/
*.swp
tokens/
smartContracts/
*.sh
system.db
config.ini
config.py
*.log
py3/
py3.9.0
__pycache__/
*.pyc
.vscode/
error-notes.txt
snippets*