mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2025-01-13 09:15:47 +00:00
remove integrity check from startup
This commit is contained in:
parent
d0427e4973
commit
e335fb96f2
@ -417,7 +417,7 @@ func main() {
|
|||||||
} else {
|
} else {
|
||||||
node, err = app.NewNode(nodeConfig, report)
|
node, err = app.NewNode(nodeConfig, report)
|
||||||
}
|
}
|
||||||
node.VerifyProofIntegrity()
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user