Merge pull request #143 from lbryio/amountstring
fix: change fee amount to string
This commit is contained in:
commit
8adcd00e65
2 changed files with 2 additions and 2 deletions
2
dist/flow-typed/Claim.js
vendored
2
dist/flow-typed/Claim.js
vendored
|
@ -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,
|
||||
};
|
||||
|
|
2
flow-typed/Claim.js
vendored
2
flow-typed/Claim.js
vendored
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue