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
@@ -71,7 +71,7 @@ var createMinerCmd = &cli.Command{
msg := &types.Message{
To: actors.StorageMarketAddress,
From: addr,
Method: actors.SMAMethods.CreateStorageMiner,
Method: actors.SPAMethods.CreateStorageMiner,
Params: params,
Value: types.NewInt(0),
GasPrice: types.NewInt(0),