[Mod] errorCode2String改名为errorCodeToString
This commit is contained in:
parent
abc82ecd96
commit
c88f5b497a
@ -413,7 +413,7 @@ class OkexFutureRestClient(OkexFutureRestBase):
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
@staticmethod
|
||||
def errorCode2String(code):
|
||||
def errorCodeToString(code):
|
||||
assert code in errorCodeMap
|
||||
return errorCodeMap[code]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user