satwikkansal / python_blockchain_app

A fully functional blockchain application implemented in Python from scratch (with tutorial).
819 stars 473 forks source link

timestamp is not included when calculate genesis block #59

Open u4113057 opened 1 year ago

u4113057 commented 1 year ago

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

satwikkansal commented 1 year ago

That is a good catch, ideally we should include a timestamp while calculating the genesis block.

satwikkansal commented 1 year ago

feel free to create a PR for the same if you like :)