Loading app/modules/bma/index.ts +3 −0 Original line number Diff line number Diff line Loading @@ -269,6 +269,9 @@ export class BMAPI extends stream.Transform { function getEndpoint(theConf:NetworkConfDTO) { let endpoint = 'BASIC_MERKLED_API'; if (theConf.remoteport && theConf.remoteport == 443) { endpoint = 'BMAS'; } if (theConf.remotehost) { if (theConf.remotehost.match(BMAConstants.HOST_ONION_REGEX)) { endpoint = 'BMATOR'; Loading Loading
app/modules/bma/index.ts +3 −0 Original line number Diff line number Diff line Loading @@ -269,6 +269,9 @@ export class BMAPI extends stream.Transform { function getEndpoint(theConf:NetworkConfDTO) { let endpoint = 'BASIC_MERKLED_API'; if (theConf.remoteport && theConf.remoteport == 443) { endpoint = 'BMAS'; } if (theConf.remotehost) { if (theConf.remotehost.match(BMAConstants.HOST_ONION_REGEX)) { endpoint = 'BMATOR'; Loading