mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
max: add v3 DepositStateFailed state
This commit is contained in:
parent
ed51eff242
commit
a2f8fe5f72
|
@ -119,6 +119,7 @@ const (
|
|||
|
||||
// v3 states
|
||||
DepositStateProcessing DepositState = "processing"
|
||||
DepositStateFailed DepositState = "failed"
|
||||
DepositStateDone DepositState = "done"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user