Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,13 +21,13 @@ sample_data = {
|
|
| 21 |
"chain" : [
|
| 22 |
{
|
| 23 |
'index': 1,
|
| 24 |
-
'timestamp':
|
| 25 |
'transactions': [],
|
| 26 |
'previous_hash': '1'
|
| 27 |
},
|
| 28 |
{
|
| 29 |
'index': 2,
|
| 30 |
-
'timestamp':
|
| 31 |
'transactions': [
|
| 32 |
{'id': 'Alice', 'kind': 'add', 'data': '16'},
|
| 33 |
{'id': 'bob', 'kind': 'add', 'data': '16'},
|
|
@@ -63,7 +63,7 @@ sample_data = {
|
|
| 63 |
},
|
| 64 |
{
|
| 65 |
'index': 5,
|
| 66 |
-
'timestamp':
|
| 67 |
'transactions': [
|
| 68 |
{'id': 'Alice', 'kind': 'out', 'data': '16'},
|
| 69 |
{'id': 'bob', 'kind': 'out', 'data': '16'},
|
|
|
|
| 21 |
"chain" : [
|
| 22 |
{
|
| 23 |
'index': 1,
|
| 24 |
+
'timestamp': 1701025843.5186985,
|
| 25 |
'transactions': [],
|
| 26 |
'previous_hash': '1'
|
| 27 |
},
|
| 28 |
{
|
| 29 |
'index': 2,
|
| 30 |
+
'timestamp': 1701037845.518921,
|
| 31 |
'transactions': [
|
| 32 |
{'id': 'Alice', 'kind': 'add', 'data': '16'},
|
| 33 |
{'id': 'bob', 'kind': 'add', 'data': '16'},
|
|
|
|
| 63 |
},
|
| 64 |
{
|
| 65 |
'index': 5,
|
| 66 |
+
'timestamp': 1701057969.582371,
|
| 67 |
'transactions': [
|
| 68 |
{'id': 'Alice', 'kind': 'out', 'data': '16'},
|
| 69 |
{'id': 'bob', 'kind': 'out', 'data': '16'},
|