-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
52 lines (52 loc) · 1.67 KB
/
db.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"answers": [
{
"id": 1,
"questionId": 1,
"body": "Response to question1 (My lightning node is unreachable and lightning-rpc': Connection refused)",
"rewardHash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"isClaimed": false,
"readyToClaim": true,
"isPaid": false,
"voteCount": 2,
"timePaid": "1970-01-01T00:00:00.000Z",
"timeCreated": "2022-06-19T16:38:55.669Z"
},
{
"id": 2,
"questionId": 1,
"body": "Response to question2 (trying to run lighting-charge (https://github.com/ElementsProject/lightning-charge) on",
"rewardHash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"isClaimed": false,
"readyToClaim": true,
"isPaid": false,
"voteCount": 1,
"timePaid": "1970-01-01T00:00:00.000Z",
"timeCreated": "2022-06-19T16:38:55.671Z"
},
{
"id": 3,
"questionId": 1,
"body": "Response to question3 (Do you know the way to freeze funds in lightning...",
"rewardHash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"isClaimed": false,
"readyToClaim": false,
"isPaid": false,
"voteCount": 1,
"timePaid": "1970-01-01T00:00:00.000Z",
"timeCreated": "2022-06-19T16:38:55.671Z"
},
{
"id": 4,
"questionId": 1,
"body": "hjgkjhkgjhg",
"rewardHash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"isClaimed": false,
"readyToClaim": true,
"isPaid": false,
"voteCount": 2,
"timePaid": "1970-01-01T00:00:00.000Z",
"timeCreated": "2022-06-19T16:48:50.039Z"
}
]
}