aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wallet/types.ts')
-rw-r--r--lib/wallet/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts
index a0e22dbca..748df6f4c 100644
--- a/lib/wallet/types.ts
+++ b/lib/wallet/types.ts
@@ -21,6 +21,8 @@
* are defined in types.ts are intended to be used by components
* that do not depend on the whole wallet implementation (which depends on
* emscripten).
+ *
+ * @author Florian Dold
*/
import {Checkable} from "./checkable";