add get_search_servers to allowed_during_startup

This commit is contained in:
Jack 2016-09-09 05:11:51 -04:00
parent 54dbf66cb7
commit 8cdbc847d1

View file

@ -120,7 +120,7 @@ CONNECTION_PROBLEM_CODES = [
ALLOWED_DURING_STARTUP = ['is_running', 'is_first_run',
'get_time_behind_blockchain', 'stop',
'daemon_status', 'get_start_notice',
'version']
'version', 'get_search_servers']
BAD_REQUEST = 400
NOT_FOUND = 404