Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -271,7 +271,7 @@ def mychain_mine_block_send(balance, chain_r=None,chain_n=None):
|
|
271 |
'previous_hash': block['previous_hash']
|
272 |
}
|
273 |
|
274 |
-
previous_post =
|
275 |
|
276 |
block = {'index': previous_post['index'],
|
277 |
'timestamp': previous_post['timestamp'],
|
|
|
271 |
'previous_hash': block['previous_hash']
|
272 |
}
|
273 |
|
274 |
+
previous_post = mychain_send.print_previous_block()
|
275 |
|
276 |
block = {'index': previous_post['index'],
|
277 |
'timestamp': previous_post['timestamp'],
|