mirror of
https://github.com/alexgo-io/OPI.git
synced 2026-01-12 16:53:13 +08:00
remove first_inscription_height
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user