gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: comments


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: comments
Date: Wed, 24 May 2017 16:50:13 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 96ef591f comments
96ef591f is described below

commit 96ef591fb9b453f0c37bcb3105d5f277d02d2f56
Author: Florian Dold <address@hidden>
AuthorDate: Wed May 24 16:52:00 2017 +0200

    comments
---
 src/types.ts  | 13 +++++++------
 src/wallet.ts |  8 +++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/src/types.ts b/src/types.ts
index 8fec79ef..9b8facf7 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -1,6 +1,6 @@
 /*
  This file is part of TALER
- (C) 2015 GNUnet e.V.
+ (C) 2015-2017 GNUnet e.V. and INRIA
 
  TALER is free software; you can redistribute it and/or modify it under the
  terms of the GNU General Public License as published by the Free Software
@@ -15,16 +15,17 @@
  */
 
 /**
- * Common types that are used by Taler.
+ * Common types that are used by Taler and some helper functions
+ * to deal with them.
  *
  * Note most types are defined in wallet.ts, types that
  * 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
+ * that do not depend on the whole wallet implementation.
  */
 
+/**
+ * Imports.
+ */
 import { Checkable } from "./checkable";
 
 @Checkable.Class
diff --git a/src/wallet.ts b/src/wallet.ts
index 600b9885..a496b6f8 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -17,10 +17,11 @@
 /**
  * High-level wallet operations that should be indepentent from the underlying
  * browser extension interface.
- * @module Wallet
- * @author Florian Dold
  */
 
+/**
+ * Imports.
+ */
 import {
   AmountJson,
   Amounts,
@@ -74,7 +75,6 @@ import {
 import {CryptoApi} from "./cryptoApi";
 import URI = require("urijs");
 
-"use strict";
 
 export interface CoinWithDenom {
   coin: CoinRecord;
@@ -118,8 +118,6 @@ export class KeysJson {
 }
 
 
-
-
 @Checkable.Class
 class WireFeesJson {
   @Checkable.Value(AmountJson)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]