mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-22 22:25:45 +01:00
fix: default forward port
This commit is contained in:
parent
e16cdb6bcf
commit
0e795fbbfb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue