connection_status is dead, long live connected #390

Merged
shyba merged 1 commit from connection_status into master 2021-03-15 18:39:17 +01:00
2 changed files with 2 additions and 8 deletions

View file

@ -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,

5
flow-typed/Lbry.js vendored
View file

@ -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,