get and set storage deal acceptance through CLI

This commit is contained in:
laser
2020-06-11 12:59:50 -07:00
parent 67110ce739
commit 7587e6c08b
8 changed files with 56 additions and 6 deletions
+1
View File
@@ -314,6 +314,7 @@ func Online() Option {
Override(new(gen.WinningPoStProver), storage.NewWinningPoStProver),
Override(new(*miner.Miner), modules.SetupBlockProducer),
Override(new(dtypes.IsAcceptingStorageDealsFunc), modules.NewIsAcceptingStorageDealsFunc),
Override(new(dtypes.SetAcceptingStorageDealsFunc), modules.NewSetAcceptingStorageDealsFunc),
),
)
}