ldhldh commited on
Commit
702b6d2
·
1 Parent(s): a6871e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,13 +21,13 @@ sample_data = {
21
  "chain" : [
22
  {
23
  'index': 1,
24
- 'timestamp': 1701125843.5186985,
25
  'transactions': [],
26
  'previous_hash': '1'
27
  },
28
  {
29
  'index': 2,
30
- 'timestamp': 1701137845.518921,
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': 1701157969.582371,
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'},