remove integrity check from startup

This commit is contained in:
Cassandra Heart 2024-06-15 01:48:23 -05:00
parent d0427e4973
commit e335fb96f2
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -417,7 +417,7 @@ func main() {
} else {
node, err = app.NewNode(nodeConfig, report)
}
node.VerifyProofIntegrity()
if err != nil {
panic(err)
}