mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
config+lnd: the default p2p port is now 5656
This commit is contained in:
parent
d4055d7830
commit
72772ce4df
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const (
|
|||
defaultLogFilename = "lnd.log"
|
||||
defaultRPCPort = 10009
|
||||
defaultSPVMode = false
|
||||
defaultPeerPort = 10011
|
||||
defaultPeerPort = 5656
|
||||
defaultRPCHost = "localhost"
|
||||
defaultRPCUser = "user"
|
||||
defaultRPCPass = "passwd"
|
||||
|
|
Loading…
Add table
Reference in a new issue