aboutsummaryrefslogtreecommitdiff
path: root/src/walletTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/walletTypes.ts')
-rw-r--r--src/walletTypes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/walletTypes.ts b/src/walletTypes.ts
index cd0eee4cc..15c004c62 100644
--- a/src/walletTypes.ts
+++ b/src/walletTypes.ts
@@ -315,7 +315,7 @@ export interface SenderWireInfos {
exchangeWireTypes: { [exchangeBaseUrl: string]: string[] };
/**
- * Sender wire types stored in the wallet.
+ * Sender wire information stored in the wallet.
*/
senderWires: object[];
}