aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 04:07:34 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 04:07:34 +0200
commit8d3b7e7578005361ce7f5a3104bfb6a751d7272c (patch)
tree3c43a0358e8708ab67e4318fae351ac501dc5556 /lib
parent143678d37b4dfa051bcabd52ca65cfb6d3903995 (diff)
downloadwallet-core-8d3b7e7578005361ce7f5a3104bfb6a751d7272c.tar.xz
adjust log level
Diffstat (limited to 'lib')
-rw-r--r--lib/wallet/wallet.ts3
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
+}