From c713065698f33a3ce44b3e5854a17015cb0ffff3 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 28 Jan 2023 04:43:05 +0100 Subject: [PATCH] clean config --- dht-node/src/config/index.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dht-node/src/config/index.ts b/dht-node/src/config/index.ts index 54457f376..02cbb20e9 100644 --- a/dht-node/src/config/index.ts +++ b/dht-node/src/config/index.ts @@ -1,14 +1,6 @@ // ATTENTION: DO NOT PUT ANY SECRETS IN HERE (or the .env) import dotenv from 'dotenv' dotenv.config() -/* -import Decimal from 'decimal.js-light' - -Decimal.set({ - precision: 25, - rounding: Decimal.ROUND_HALF_UP, -}) -*/ const constants = { DB_VERSION: '0059-add_hide_amount_to_users',