finish up making the new serializations work

This commit is contained in:
whyrusleeping
2019-09-10 16:03:17 -07:00
parent 2f019158d0
commit a47969c76b
21 changed files with 712 additions and 262 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ func createStorageMiner(ctx context.Context, api api.FullNode, peerid peer.ID) (
collateral := types.NewInt(1000) // TODO: Get this from params
params, err := actors.SerializeParams(actors.CreateStorageMinerParams{
params, err := actors.SerializeParams(&actors.CreateStorageMinerParams{
Owner: defOwner,
Worker: k,
SectorSize: types.NewInt(build.SectorSize),