diff --git a/blockchain.py b/blockchain.py index 4e92d07..ac654fd 100644 --- a/blockchain.py +++ b/blockchain.py @@ -149,8 +149,8 @@ class Blockchain: def proof_of_work(self, last_proof): """ Simple Proof of Work Algorithm: - - Find a number p' such that hash(pp') contains leading 4 zeroes, where p is the previous p' - - p is the previous proof, and p' is the new proof + - Find a number p' such that hash(pp') contains leading 4 zeroes + - Where p is the previous proof, and p' is the new proof """ proof = 0