Skip to content

Commit 6514a33

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e5f21e6 commit 6514a33

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

blockchain/simple_blockchain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def compute_hash(self, nonce: int) -> str:
5757
)
5858
return hashlib.sha256(block_string.encode()).hexdigest()
5959

60-
6160
def mine_block(self, difficulty: int) -> Tuple[int, str]:
6261
"""
6362
Simple Proof-of-Work mining algorithm.

0 commit comments

Comments
 (0)