remove first_inscription_height

This commit is contained in:
Tristan
2024-01-22 07:58:18 +00:00
committed by GitHub
parent 0ce1850dc6
commit e73ac33db7

View File

@@ -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()
main_index()