taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 8d3b7e7578005361ce7f5a3104bfb6a751d7272c
parent 143678d37b4dfa051bcabd52ca65cfb6d3903995
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 10 Oct 2016 04:07:34 +0200

adjust log level

Diffstat:
Mlib/wallet/wallet.ts | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/wallet/wallet.ts b/lib/wallet/wallet.ts @@ -721,6 +721,7 @@ export class Wallet { const historyEntry = { type: "create-reserve", + level: HistoryLevel.Expert, timestamp: now, subjectId: `reserve-progress-${reserveRecord.reserve_pub}`, detail: { @@ -1155,4 +1156,4 @@ export class Wallet { return {isRepurchase: false}; } } -} -\ No newline at end of file +}