aboutsummaryrefslogtreecommitdiff
path: root/pages/show-db.ts
diff options
context:
space:
mode:
Diffstat (limited to 'pages/show-db.ts')
-rw-r--r--pages/show-db.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/show-db.ts b/pages/show-db.ts
index 1c414dde7..c99d2f2b3 100644
--- a/pages/show-db.ts
+++ b/pages/show-db.ts
@@ -15,6 +15,12 @@
*/
+/**
+ * Wallet database dump for debugging.
+ *
+ * @author Florian Dold
+ */
+
function replacer(match, pIndent, pKey, pVal, pEnd) {
var key = '<span class=json-key>';
var val = '<span class=json-value>';