mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
etcd: fix embbeded etcd connection cfg
This commit is contained in:
parent
9992e5c0b5
commit
5441c1bb6d
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ func NewEmbeddedEtcdInstance(path string, clientPort, peerPort uint16) (
|
|||
}
|
||||
|
||||
connConfig := &Config{
|
||||
Host: "http://" + peerURL,
|
||||
Host: "http://" + clientURL,
|
||||
User: "user",
|
||||
Pass: "pass",
|
||||
InsecureSkipVerify: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue