steem-python
steem-python copied to clipboard
Example syncing blockchain to flat file will fail when file empty
If this is your first time syncing the blockchain to a a file, the sync will fail if the file is empty. I added a check to see if the file is empty and return EOF if empty.
This is in docs/examples.rst
I will be making a pull request shortly.