Merge pull request #415 from filecoin-project/feat/deals-on-chain

On-Chain deals
This commit is contained in:
Łukasz Magiera
2019-10-25 17:03:25 +02:00
committed by GitHub
70 changed files with 3774 additions and 1159 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ func createStorageMiner(ctx context.Context, api api.FullNode, peerid peer.ID, c
}
createStorageMinerMsg := &types.Message{
To: actors.StorageMarketAddress,
To: actors.StoragePowerAddress,
From: owner,
Value: collateral,