Skip to content

Commit c0f9672

Browse files
committed
chore: adjust unnecessary changes
1 parent 079be18 commit c0f9672

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

v5_enum.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,14 +317,11 @@ const (
317317
WithdrawStatusV5BlockchainConfirmed = WithdrawStatusV5("BlockchainConfirmed")
318318
)
319319

320-
// IsLowestRisk :
321320
type IsLowestRisk int
322321

323322
const (
324-
// IsLowestRiskNo :
325-
IsLowestRiskNo = IsLowestRisk(0)
326-
// IsLowestRiskYes :
327-
IsLowestRiskYes = IsLowestRisk(1)
323+
IsLowestRiskFalse = IsLowestRisk(0)
324+
IsLowestRiskTrue = IsLowestRisk(1)
328325
)
329326

330327
// CopyTradingSupport : Indicates whether the trading pair supports copy trading and for which account types

0 commit comments

Comments
 (0)