Your version of LBRY is out of date and may be unreliable or insecure.
diff --git a/js/lbry.js b/js/lbry.js index 5dbf338ae..9563d4195 100644 --- a/js/lbry.js +++ b/js/lbry.js @@ -124,10 +124,6 @@ lbry.getDaemonStatus = function (callback) { lbry.call('daemon_status', {}, callback); }; -lbry.getStartNotice = function(callback) { - lbry.call('get_start_notice', {}, callback); -} - lbry.checkFirstRun = function(callback) { lbry.call('is_first_run', {}, callback); }