File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -472,18 +472,18 @@ mCMuGBNHsbrs6rI1hbI4Qq6GYazLaDRqdCufTA==
472472
473473 switch code {
474474 case coinpkg .CodeBTC :
475- return []* config.ServerInfo {{Server : "btc1.shiftcrypto.dev:50001 " , TLS : true , PEMCert : devShiftCA }}
475+ return []* config.ServerInfo {{Server : "btc1.shiftcrypto.dev:443 " , TLS : true , PEMCert : devShiftCA }}
476476 case coinpkg .CodeTBTC :
477- return []* config.ServerInfo {{Server : "tbtc1.shiftcrypto.dev:51001 " , TLS : true , PEMCert : devShiftCA }}
477+ return []* config.ServerInfo {{Server : "tbtc1.shiftcrypto.dev:443 " , TLS : true , PEMCert : devShiftCA }}
478478 case coinpkg .CodeRBTC :
479479 return []* config.ServerInfo {
480480 {Server : "127.0.0.1:52001" , TLS : false , PEMCert : "" },
481481 {Server : "127.0.0.1:52002" , TLS : false , PEMCert : "" },
482482 }
483483 case coinpkg .CodeLTC :
484- return []* config.ServerInfo {{Server : "ltc1.shiftcrypto.dev:50011 " , TLS : true , PEMCert : devShiftCA }}
484+ return []* config.ServerInfo {{Server : "ltc1.shiftcrypto.dev:443 " , TLS : true , PEMCert : devShiftCA }}
485485 case coinpkg .CodeTLTC :
486- return []* config.ServerInfo {{Server : "tltc1.shiftcrypto.dev:51011 " , TLS : true , PEMCert : devShiftCA }}
486+ return []* config.ServerInfo {{Server : "tltc1.shiftcrypto.dev:443 " , TLS : true , PEMCert : devShiftCA }}
487487 default :
488488 panic (errp .Newf ("The given code %s is unknown." , code ))
489489 }
You can’t perform that action at this time.
0 commit comments