mirror of
https://github.com/btcsuite/btcd.git
synced 2025-01-18 21:32:30 +01:00
fix: default forward port
This commit is contained in:
parent
e16cdb6bcf
commit
0e795fbbfb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user