mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 02:27:21 +01:00
11 lines
242 B
Go
11 lines
242 B
Go
//go:build !kvdb_etcd
|
|
// +build !kvdb_etcd
|
|
|
|
package itest
|
|
|
|
import "github.com/lightningnetwork/lnd/lntemp"
|
|
|
|
// testEtcdFailover is an empty itest when LND is not compiled with etcd
|
|
// support.
|
|
func testEtcdFailover(ht *lntemp.HarnessTest) {}
|