Skip to content

Commit 57c4567

Browse files
authoredJul 30, 2018
Code formatting
1 parent a22bc02 commit 57c4567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎block.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from hashlib import sha256
33

44
class Block:
5+
56
def __init__(self, block_id, timestamp, preceding_block_hash, block_tx):
67
self.block_id = block_id
78
self.timestamp = timestamp

0 commit comments

Comments
 (0)
Please sign in to comment.