python_blockchain_app
python_blockchain_app copied to clipboard
timestamp is not included when calculate genesis block
in node_server.py at line#39 when genesis block is generated timestamp is not included (included as '0') so every genesis block has the same hash
That is a good catch, ideally we should include a timestamp while calculating the genesis block.
feel free to create a PR for the same if you like :)