Add txn 1st seen height to bid.

Format balance amount.
Start prepare script.
This commit is contained in:
tecnovert
2019-07-21 18:25:01 +02:00
parent f1efb0a317
commit 76af4a941e
12 changed files with 378 additions and 201 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- travis_retry pip install codespell==1.15.0
before_script:
script:
- PYTHONWARNINGS="ignore" flake8 --ignore=E501,F841 --exclude=key.py,messages_pb2.py
- codespell --check-filenames --disable-colors --quiet-level=7 -S .git
- PYTHONWARNINGS="ignore" flake8 --ignore=E501,F841 --exclude=key.py,messages_pb2.py,.eggs
- codespell --check-filenames --disable-colors --quiet-level=7 -S .git,.eggs
after_success:
- echo "End lint"