From 391286677f42dea9e6d3725c702bf1be370cb12c Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 9 May 2019 14:13:55 -0400 Subject: [PATCH] fix: change fee amount to string SDK has updated this amount also. --- dist/flow-typed/Claim.js | 2 +- flow-typed/Claim.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, };