Update deps, fix more tests

This commit is contained in:
Łukasz Magiera
2020-06-15 18:30:49 +02:00
parent 464f6a6b08
commit 907364ce67
30 changed files with 101 additions and 91 deletions
+1 -1
View File
@@ -750,7 +750,7 @@ func (a *StateAPI) StateMinerInitialPledgeCollateral(ctx context.Context, maddr
initialPledge := big.Zero()
{
ssize, err := precommit.Info.RegisteredProof.SectorSize()
ssize, err := precommit.Info.SealProof.SectorSize()
if err != nil {
return types.EmptyInt, err
}