diff --git a/dist/flow-typed/Claim.js b/dist/flow-typed/Claim.js index 9cbf4da..69ac31b 100644 --- a/dist/flow-typed/Claim.js +++ b/dist/flow-typed/Claim.js @@ -111,7 +111,7 @@ declare type Location = { }; declare type Fee = { - amount: number, // should be a string https://github.com/lbryio/lbry/issues/1576 + amount: string, currency: string, address: string, }; diff --git a/flow-typed/Claim.js b/flow-typed/Claim.js index 9cbf4da..69ac31b 100644 --- a/flow-typed/Claim.js +++ b/flow-typed/Claim.js @@ -111,7 +111,7 @@ declare type Location = { }; declare type Fee = { - amount: number, // should be a string https://github.com/lbryio/lbry/issues/1576 + amount: string, currency: string, address: string, };