mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-17 13:06:26 +02: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
Add a link
Reference in a new issue