10 lines
206 B
Python
10 lines
206 B
Python
# encoding: UTF-8
|
|
|
|
import vtConstant
|
|
from lhangGateway import LhangGateway as gateway
|
|
|
|
gatewayName = 'LHANG'
|
|
gatewayDisplayName = u'链行'
|
|
gatewayType = vtConstant.GATEWAYTYPE_BTC
|
|
gatewayQryEnabled = True
|