Skip to content

Commit

Permalink
fix: default forward port
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoous authored and jcvernaleo committed Nov 1, 2023
1 parent e16cdb6 commit 0e795fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/btcctl/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0e795fb

Please sign in to comment.