This commit is contained in:
Łukasz Magiera 2020-03-09 22:47:58 +01:00
parent 0c2af7a8ee
commit 24956a49f4
3 changed files with 42 additions and 44 deletions

View File

@ -17,7 +17,6 @@ const BlockDelay = 6
const PropagationDelay = 3 const PropagationDelay = 3
// SlashablePowerDelay is the number of epochs after ElectionPeriodStart, after // SlashablePowerDelay is the number of epochs after ElectionPeriodStart, after
// which the miner is slashed // which the miner is slashed
// //

View File

@ -80,7 +80,6 @@ var runCmd = &cli.Command{
log.Infof("Remote version: %s", v.Version) log.Infof("Remote version: %s", v.Version)
maxBatch := cctx.Int("max-batch") maxBatch := cctx.Int("max-batch")
st, err := openStorage(cctx.String("db")) st, err := openStorage(cctx.String("db"))