-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtestdata.py
More file actions
29 lines (28 loc) · 961 Bytes
/
Copy pathtestdata.py
File metadata and controls
29 lines (28 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
blocks = [
{
'block_id': 0,
'block_hash': None,
'prev_hash': None,
'transactions': {
'tx1': {
'username': 'unkown_tutor',
'msg': 'บริการรับจ้างสอบ. ได้ F ยินดีคืนเงิน...'
},
'tx2': {
'username': 'คนโสดอยากมีแฟน2019',
'msg': 'อยากมีเธอเป็นแฟน > ABCDEFG'
}
}
},
{
'block_id': 1,
'block_hash': None,
'prev_hash': None,
'transactions': {
'tx1': {
'username': 'กระเพราะปลาการกุศล',
'msg': 'ขออนุญาติแอดมิน.. ขายกระเพราะปลาถุงละ 15 บาท อ่านต่อ...'
}
}
}
]