diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-10 04:07:34 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-10 04:07:34 +0200 |
commit | 8d3b7e7578005361ce7f5a3104bfb6a751d7272c (patch) | |
tree | 3c43a0358e8708ab67e4318fae351ac501dc5556 /lib | |
parent | 143678d37b4dfa051bcabd52ca65cfb6d3903995 (diff) |
adjust log level
Diffstat (limited to 'lib')
-rw-r--r-- | lib/wallet/wallet.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/wallet/wallet.ts b/lib/wallet/wallet.ts index fbd80a812..67288f666 100644 --- 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 +} |