File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 132
132
"setupNode" : " Setup Node" ,
133
133
"statusOpen" : " Open" ,
134
134
"failed" : " Failed" ,
135
+ "dealing" : " Dealing" ,
136
+ "responding" : " Responding" ,
137
+ "certifying" : " Certifying" ,
138
+ "certified" : " Certified" ,
135
139
"opening" : " Opening..." ,
136
140
"statusClose" : " Closed" ,
137
141
"closing" : " Closing..." ,
253
257
"actionTextVoter1" : " The election is not open yet, you can come back later to vote once it is open." ,
254
258
"actionTextVoter2" : " The results of the election are not available yet."
255
259
}
256
- }
260
+ }
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ let mockUserDB = setupMockUserDB();
39
39
const RESPONSE_TIME = 500 ;
40
40
const CHANGE_STATUS_TIMER = 2000 ;
41
41
const INIT_TIMER = 1000 ;
42
- const SETUP_TIMER = 2000 ;
43
42
const SHUFFLE_TIMER = 2000 ;
44
43
const DECRYPT_TIMER = 1000 ;
45
44
You can’t perform that action at this time.
0 commit comments