This commit is contained in:
Daniel van Flymen 2017-12-29 16:37:10 -05:00
parent 8cd2a13747
commit d38a86b25f
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ class Blockchain:
:param block_dict: A dictionary representation of a Block
:return:
"""
print(block_dict)
block = Block(**block_dict)
db.add(block)
db.commit()