summaryrefslogtreecommitdiff
path: root/src/types/dbTypes.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-24 15:25:04 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-24 15:25:04 +0530
commit01e83df471802d3253953b00672af0bc879403fe (patch)
tree80f763be28055139221fafb50e8ded7a89b8bc3d /src/types/dbTypes.ts
parentc4d289956275677b24459237d13ed8c23a606079 (diff)
downloadwallet-core-01e83df471802d3253953b00672af0bc879403fe.tar.gz
wallet-core-01e83df471802d3253953b00672af0bc879403fe.tar.bz2
wallet-core-01e83df471802d3253953b00672af0bc879403fe.zip
helpers for auditor integration test
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.