lnd/lntest/itest/lnd_no_etcd_dummy_failover_test.go
2023-01-16 16:49:16 +08:00

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) {}