ftx: define empty ftx.toGlobalCurrency

This commit is contained in:
ycdesu 2021-02-08 18:59:01 +08:00
parent 7c48670c39
commit eb00720043

View File

@ -0,0 +1,7 @@
package ftx
func toGlobalCurrency(original string) string {
// TODO: where's the definition of global currency
return original
}