We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22bc02 commit 57c4567Copy full SHA for 57c4567
block.py
@@ -2,6 +2,7 @@
2
from hashlib import sha256
3
4
class Block:
5
+
6
def __init__(self, block_id, timestamp, preceding_block_hash, block_tx):
7
self.block_id = block_id
8
self.timestamp = timestamp
0 commit comments