actors: Sync with the new spec, storage actors

This commit is contained in:
Łukasz Magiera
2019-10-15 14:31:34 +02:00
parent 9a238b7d01
commit a576b72364
13 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ func (a *StateAPI) StatePledgeCollateral(ctx context.Context, ts *types.TipSet)
ret, aerr := a.StateManager.Call(ctx, &types.Message{
From: actors.StorageMarketAddress,
To: actors.StorageMarketAddress,
Method: actors.SMAMethods.PledgeCollateralForSize,
Method: actors.SPAMethods.PledgeCollateralForSize,
Params: param,
}, ts)