Skip to content

Commit 57c4567

Browse files
authored
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

Lines changed: 1 addition & 0 deletions
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)