aboutsummaryrefslogtreecommitdiff
path: root/src/types/dbTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/dbTypes.ts')
-rw-r--r--src/types/dbTypes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/dbTypes.ts b/src/types/dbTypes.ts
index b8eca2ddf..2b876ab26 100644
--- a/src/types/dbTypes.ts
+++ b/src/types/dbTypes.ts
@@ -444,7 +444,7 @@ export const enum ExchangeUpdateStatus {
}
export interface ExchangeBankAccount {
- url: string;
+ payto_uri: string;
}
export interface ExchangeWireInfo {