diff --git a/pkg/exchange/max/maxapi/account.go b/pkg/exchange/max/maxapi/account.go index ab01c89..b4a300f 100644 --- a/pkg/exchange/max/maxapi/account.go +++ b/pkg/exchange/max/maxapi/account.go @@ -119,6 +119,7 @@ const ( // v3 states DepositStateProcessing DepositState = "processing" + DepositStateFailed DepositState = "failed" DepositStateDone DepositState = "done" )