deals: don't throw away failed deals
This commit is contained in:
@@ -17,6 +17,11 @@ const (
|
||||
DealStaged
|
||||
DealSealing
|
||||
DealComplete
|
||||
|
||||
// Client specific
|
||||
|
||||
DealError // deal failed with an unexpected error
|
||||
DealExpired
|
||||
)
|
||||
|
||||
// TODO: check if this exists anywhere else
|
||||
|
||||
Reference in New Issue
Block a user