mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 20:32:38 +02:00
chainntnfs: guard test chain notifier under debug flag
This commit is contained in:
committed by
Conner Fromknecht
parent
7895f01e2e
commit
cb688de7ad
@@ -1,3 +1,5 @@
|
||||
// +build debug
|
||||
|
||||
package bitcoindnotify
|
||||
|
||||
import (
|
||||
|
@@ -1,3 +1,5 @@
|
||||
// +build debug
|
||||
|
||||
package btcdnotify
|
||||
|
||||
import (
|
||||
|
@@ -1,3 +1,5 @@
|
||||
// +build debug
|
||||
|
||||
package chainntnfs
|
||||
|
||||
import "github.com/btcsuite/btcd/chaincfg/chainhash"
|
||||
|
@@ -1,3 +1,5 @@
|
||||
// +build debug
|
||||
|
||||
package neutrinonotify
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user