Update chain/deals/types.go
Co-Authored-By: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
parent
1532533712
commit
b9ea6354fa
@ -38,7 +38,7 @@ var (
|
|||||||
ErrInacceptableDealState = errors.New("Deal is not a in a state where deals are accepted")
|
ErrInacceptableDealState = errors.New("Deal is not a in a state where deals are accepted")
|
||||||
|
|
||||||
// AcceptableDealStates are the states in which it would make sense to actually start a data transfer
|
// AcceptableDealStates are the states in which it would make sense to actually start a data transfer
|
||||||
AcceptableDealStates = []api.DealState{api.DealAccepted, api.DealUnknown}
|
DataTransferStates = []api.DealState{api.DealAccepted, api.DealUnknown}
|
||||||
)
|
)
|
||||||
|
|
||||||
const DealProtocolID = "/fil/storage/mk/1.0.1"
|
const DealProtocolID = "/fil/storage/mk/1.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user