aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}