aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wallet/types.ts')
-rw-r--r--lib/wallet/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts
index 4695bcedc..39d374069 100644
--- a/lib/wallet/types.ts
+++ b/lib/wallet/types.ts
@@ -439,7 +439,7 @@ export namespace Amounts {
saturated: boolean;
}
- function getMaxAmount(currency: string): AmountJson {
+ export function getMaxAmount(currency: string): AmountJson {
return {
currency,
value: Number.MAX_SAFE_INTEGER,