From 181883913312c243178f0175792da706b1e8ebce Mon Sep 17 00:00:00 2001
From: Thomas Zarebczan <thomas.zarebczan@gmail.com>
Date: Tue, 31 Mar 2020 12:26:46 -0400
Subject: [PATCH] add is_synced to types

---
 dist/flow-typed/Lbry.js | 1 +
 flow-typed/Lbry.js      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dist/flow-typed/Lbry.js b/dist/flow-typed/Lbry.js
index 9f43627..8bbbb04 100644
--- a/dist/flow-typed/Lbry.js
+++ b/dist/flow-typed/Lbry.js
@@ -187,6 +187,7 @@ declare type WalletListResponse = Array<{
 declare type WalletStatusResponse = {
   is_encrypted: boolean,
   is_locked: boolean,
+  is_synced: boolean,
 };
 
 declare type SyncApplyResponse = {
diff --git a/flow-typed/Lbry.js b/flow-typed/Lbry.js
index 9f43627..8bbbb04 100644
--- a/flow-typed/Lbry.js
+++ b/flow-typed/Lbry.js
@@ -187,6 +187,7 @@ declare type WalletListResponse = Array<{
 declare type WalletStatusResponse = {
   is_encrypted: boolean,
   is_locked: boolean,
+  is_synced: boolean,
 };
 
 declare type SyncApplyResponse = {