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.ts6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/types/dbTypes.ts b/src/types/dbTypes.ts
index f28426ac9..5a5ac7c3d 100644
--- a/src/types/dbTypes.ts
+++ b/src/types/dbTypes.ts
@@ -674,11 +674,9 @@ export interface CoinRecord {
exchangeBaseUrl: string;
/**
- * We have withdrawn the coin, but it's not accepted by the exchange anymore.
- * We have to tell an auditor and wait for compensation or for the exchange
- * to fix it.
+ * The coin is currently suspended, and will not be used for payments.
*/
- suspended?: boolean;
+ suspended: boolean;
/**
* Blinding key used when withdrawing the coin.