From e73ac33db7eab78b5cb69a1db84f0d9c24f3bd09 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 22 Jan 2024 07:58:18 +0000 Subject: [PATCH] remove first_inscription_height --- modules/main_index/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/main_index/index.js b/modules/main_index/index.js index 6a5c13f..55a7127 100644 --- a/modules/main_index/index.js +++ b/modules/main_index/index.js @@ -40,7 +40,6 @@ var ord_folder = process.env.ORD_FOLDER || "../../ord/target/release/" var ord_datadir = process.env.ORD_DATADIR || "." var cookie_file = process.env.COOKIE_FILE || "" -const first_inscription_height = parseInt(process.env.FIRST_INSCRIPTION_HEIGHT || "767430") const network_type = process.env.NETWORK_TYPE || "mainnet" var network = null @@ -567,4 +566,4 @@ async function check_db() { } } -main_index() \ No newline at end of file +main_index()