remove check_for_new_version vestige

This commit is contained in:
Jack 2016-05-30 00:10:43 -04:00
parent e7a580fd3a
commit 75052fc773

View file

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