aboutsummaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-02 20:44:12 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-02 20:44:12 +0530
commit95e638f513c6e8e5b4ab32981a1f8900b43700c7 (patch)
tree6a9a358259815a7de8ded76bad78b934d5f83040 /src/types
parent05e43bb259810c305cf69f9323017d6a682c8213 (diff)
downloadwallet-core-95e638f513c6e8e5b4ab32981a1f8900b43700c7.tar.xz
cosmetics and comments
Diffstat (limited to 'src/types')
-rw-r--r--src/types/dbTypes.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/dbTypes.ts b/src/types/dbTypes.ts
index b87ada115..f94fb6c6f 100644
--- a/src/types/dbTypes.ts
+++ b/src/types/dbTypes.ts
@@ -165,9 +165,9 @@ export interface WalletReserveHistoryWithdrawItem {
/**
* Hash of the blinded coin.
- *
+ *
* When this value is set, it indicates that a withdrawal is active
- * in the wallet for the
+ * in the wallet for the
*/
expectedCoinEvHash?: string;