deals: don't throw away failed deals

This commit is contained in:
Łukasz Magiera
2019-09-13 21:43:33 +02:00
parent 9c276e5331
commit 1ba1df3cac
5 changed files with 15 additions and 9 deletions
+5
View File
@@ -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