various symbol renames
This commit is contained in:
@@ -8,10 +8,10 @@ import (
|
||||
type MinerAddress address.Address
|
||||
type MinerID abi.ActorID
|
||||
|
||||
// IsAcceptingStorageDealsFunc is a function which reads from miner config to
|
||||
// AcceptingStorageDealsFunc is a function which reads from miner config to
|
||||
// determine if the user has disabled storage deals (or not).
|
||||
type IsAcceptingStorageDealsFunc func() (bool, error)
|
||||
type AcceptingStorageDealsConfigFunc func() (bool, error)
|
||||
|
||||
// SetAcceptingStorageDealsFunc is a function which is used to disable or enable
|
||||
// storage deal acceptance.
|
||||
type SetAcceptingStorageDealsFunc func(bool) error
|
||||
type SetAcceptingStorageDealsConfigFunc func(bool) error
|
||||
|
||||
Reference in New Issue
Block a user