8199ef0 convert nettype to int to return correct rpc port (plowsof)
8199ef0
@ -2253,7 +2253,7 @@ ApplicationWindow {
}
function getDefaultDaemonRpcPort(networkType) {
switch (networkType) {
switch (parseInt(networkType)) {
case NetworkType.STAGENET:
return 38081;
case NetworkType.TESTNET:
The note is not visible to the blocked user.