From 203d6174bfdb545ab27e437f29b12a66bc213b1a Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sun, 14 Mar 2021 17:01:26 -0300 Subject: [PATCH] connection_status is dead, long live connected --- dist/flow-typed/Lbry.js | 5 +---- flow-typed/Lbry.js | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/dist/flow-typed/Lbry.js b/dist/flow-typed/Lbry.js index 1790e68..326b3c6 100644 --- a/dist/flow-typed/Lbry.js +++ b/dist/flow-typed/Lbry.js @@ -7,10 +7,6 @@ declare type StatusResponse = { download_progress: number, downloading_headers: boolean, }, - connection_status: { - code: string, - message: string, - }, dht: { node_id: string, peers_in_routing_table: number, @@ -45,6 +41,7 @@ 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 1790e68..326b3c6 100644 --- a/flow-typed/Lbry.js +++ b/flow-typed/Lbry.js @@ -7,10 +7,6 @@ declare type StatusResponse = { download_progress: number, downloading_headers: boolean, }, - connection_status: { - code: string, - message: string, - }, dht: { node_id: string, peers_in_routing_table: number, @@ -45,6 +41,7 @@ declare type StatusResponse = { redirects: {}, }, wallet: ?{ + connected: string, best_blockhash: string, blocks: number, blocks_behind: number,