From f449d7916cacb9e61f19afc84cecac6182cde6d6 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 15 Mar 2021 13:55:46 -0400 Subject: [PATCH] Revert "connection_status is dead, long live connected" This reverts commit 74ab5bbf844819aed435c2523f49ca99c688c427. --- dist/flow-typed/Lbry.js | 5 ++++- flow-typed/Lbry.js | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dist/flow-typed/Lbry.js b/dist/flow-typed/Lbry.js index 326b3c6..1790e68 100644 --- a/dist/flow-typed/Lbry.js +++ b/dist/flow-typed/Lbry.js @@ -7,6 +7,10 @@ declare type StatusResponse = { download_progress: number, downloading_headers: boolean, }, + connection_status: { + code: string, + message: string, + }, dht: { node_id: string, peers_in_routing_table: number, @@ -41,7 +45,6 @@ declare type StatusResponse = { redirects: {}, }, wallet: ?{ - connected: string, best_blockhash: string, blocks: number, blocks_behind: number, diff --git a/flow-typed/Lbry.js b/flow-typed/Lbry.js index 326b3c6..1790e68 100644 --- a/flow-typed/Lbry.js +++ b/flow-typed/Lbry.js @@ -7,6 +7,10 @@ declare type StatusResponse = { download_progress: number, downloading_headers: boolean, }, + connection_status: { + code: string, + message: string, + }, dht: { node_id: string, peers_in_routing_table: number, @@ -41,7 +45,6 @@ declare type StatusResponse = { redirects: {}, }, wallet: ?{ - connected: string, best_blockhash: string, blocks: number, blocks_behind: number,