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,