BlockChain4Students / blockchain_node

A definition of a Blockchain Data Structure
5 stars 4 forks source link

Block argument checking fails when comparing timestamp class with datetime #32

Closed JRafaelSoares closed 4 years ago

JRafaelSoares commented 4 years ago

Although they are (supposedly) the same class, this check fails in the check_arguments method of the Block class. Need to find which class is the correct one to compare types with