Spaces:
Runtime error
Runtime error
Commit
·
406a16d
1
Parent(s):
380bb6a
Update blockchain.py
Browse files- blockchain.py +0 -2
blockchain.py
CHANGED
@@ -92,8 +92,6 @@ def mine_block():
|
|
92 |
|
93 |
return response
|
94 |
|
95 |
-
mine_block()
|
96 |
-
|
97 |
def hack_block(index,value):
|
98 |
index=int(index.split(" ")[1])-1
|
99 |
blockchain.chain[index]['proof']=value
|
|
|
92 |
|
93 |
return response
|
94 |
|
|
|
|
|
95 |
def hack_block(index,value):
|
96 |
index=int(index.split(" ")[1])-1
|
97 |
blockchain.chain[index]['proof']=value
|