mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 21:36:17 +02:00
etcd: fix embbeded etcd connection cfg
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user