lntest: default to btcd as default test harness backend

Otherwise, if we remove the build tags, then there's no default backend,
and compilation will fail.
This commit is contained in:
Olaoluwa Osuntokun 2020-01-10 15:27:46 +01:00 committed by Oliver Gugger
parent 95634186c2
commit acd615aca4
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -1,4 +1,4 @@
// +build btcd
// +build !bitcoind,!neutrino
package lntest