refactored archiver and graph builder

This commit is contained in:
pippellia-btc
2025-06-09 16:36:27 +02:00
parent a4bcc71dac
commit 376d55cc81
4 changed files with 109 additions and 105 deletions

View File

@@ -47,7 +47,7 @@ func main() {
if count == 0 {
if len(config.InitPubkeys) == 0 {
panic("init pubkeys are empty")
panic("init pubkeys are empty: impossible to initialize")
}
log.Println("initialize from empty database...")