mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 14:50:40 +01:00
12 lines
246 B
Go
12 lines
246 B
Go
|
// +build !kvdb_etcd
|
||
|
|
||
|
package itest
|
||
|
|
||
|
import (
|
||
|
"github.com/lightningnetwork/lnd/lntest"
|
||
|
)
|
||
|
|
||
|
// testEtcdFailover is an empty itest when LND is not compiled with etcd
|
||
|
// support.
|
||
|
func testEtcdFailover(net *lntest.NetworkHarness, ht *harnessTest) {}
|