bypass data checker and repairer in captplanet (#563)

This commit is contained in:
Dennis Coyle 2018-10-31 20:46:47 -04:00 committed by GitHub
parent a62b413de2
commit 1d3367bb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,8 +129,9 @@ func cmdRun(cmd *cobra.Command, args []string) (err error) {
runCfg.Satellite.PointerDB,
runCfg.Satellite.Kademlia,
o,
runCfg.Satellite.Checker,
runCfg.Satellite.Repairer,
// TODO(coyle): re-enable the checker and repairer after we determine why it is panicing
// runCfg.Satellite.Checker,
// runCfg.Satellite.Repairer,
)
}()