remove debug prints
This commit is contained in:
parent
57f6d9e624
commit
01e4958f73
@ -190,7 +190,6 @@ func (sma StorageMinerActor) StorageMinerConstructor(act *types.Actor, vmctx typ
|
|||||||
SectorSize: params.SectorSize,
|
SectorSize: params.SectorSize,
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("NEW STORAGE MINER WITH SECTOR SIZE: ", params.SectorSize)
|
|
||||||
minfocid, err := vmctx.Storage().Put(minerInfo)
|
minfocid, err := vmctx.Storage().Put(minerInfo)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
@ -904,7 +903,6 @@ func onSuccessfulPoSt(self *StorageMinerActorState, vmctx types.VMContext) aerro
|
|||||||
prevSlashingDeadline = 0
|
prevSlashingDeadline = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("POWER UPDATE DELTA: ", delta)
|
|
||||||
enc, err := SerializeParams(&UpdateStorageParams{
|
enc, err := SerializeParams(&UpdateStorageParams{
|
||||||
Delta: delta,
|
Delta: delta,
|
||||||
NextProvingPeriodEnd: vmctx.BlockHeight() + build.SlashablePowerDelay,
|
NextProvingPeriodEnd: vmctx.BlockHeight() + build.SlashablePowerDelay,
|
||||||
|
Loading…
Reference in New Issue
Block a user