fix: default forward port

This commit is contained in:
0xEclair 2023-10-03 01:37:12 +08:00 committed by John C. Vernaleo
parent e16cdb6bcf
commit 0e795fbbfb

View File

@ -143,7 +143,7 @@ func normalizeAddress(addr string, chain *chaincfg.Params, useWallet bool) (stri
if useWallet {
defaultPort = "38332"
} else {
defaultPort = "38332"
defaultPort = "38334"
}
default:
if useWallet {