diff --git a/pkg/exchange/max/maxapi/account.go b/pkg/exchange/max/maxapi/account.go index ccf4c165b..7120a2b08 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" )