aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/wxApi.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-01 19:46:20 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-01 19:56:41 +0100
commit1cca800254bca4b34e911f252223ef0456dd95d7 (patch)
tree23e55fdbb0d07146b7425a4a25664fdc17bce76f /lib/wallet/wxApi.ts
parent5c600904f5d30773f5700f1df934d5235558b2eb (diff)
downloadwallet-core-1cca800254bca4b34e911f252223ef0456dd95d7.tar.xz
add author
Diffstat (limited to 'lib/wallet/wxApi.ts')
-rw-r--r--lib/wallet/wxApi.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/wallet/wxApi.ts b/lib/wallet/wxApi.ts
index 9871b6e7f..2b69ff82e 100644
--- a/lib/wallet/wxApi.ts
+++ b/lib/wallet/wxApi.ts
@@ -19,6 +19,7 @@ import {ReserveCreationInfo} from "./types";
/**
* Interface to the wallet through WebExtension messaging.
+ * @author Florian Dold
*/
@@ -37,4 +38,4 @@ export function getReserveCreationInfo(baseUrl: string,
resolve(resp);
});
});
-} \ No newline at end of file
+}