is_syncing!

This commit is contained in:
Thomas Zarebczan 2020-03-31 12:33:08 -04:00
parent 1818839133
commit 625a624b9c
No known key found for this signature in database
GPG key ID: D505010BDB4364BC
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@ declare type WalletListResponse = Array<{
declare type WalletStatusResponse = {
is_encrypted: boolean,
is_locked: boolean,
is_synced: boolean,
is_syncing: boolean,
};
declare type SyncApplyResponse = {

2
flow-typed/Lbry.js vendored
View file

@ -187,7 +187,7 @@ declare type WalletListResponse = Array<{
declare type WalletStatusResponse = {
is_encrypted: boolean,
is_locked: boolean,
is_synced: boolean,
is_syncing: boolean,
};
declare type SyncApplyResponse = {