chainntnfs: guard test chain notifier under debug flag

This commit is contained in:
Wilmer Paulino
2018-08-16 19:41:32 -07:00
committed by Conner Fromknecht
parent 7895f01e2e
commit cb688de7ad
4 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// +build debug
package bitcoindnotify
import (

View File

@@ -1,3 +1,5 @@
// +build debug
package btcdnotify
import (

View File

@@ -1,3 +1,5 @@
// +build debug
package chainntnfs
import "github.com/btcsuite/btcd/chaincfg/chainhash"

View File

@@ -1,3 +1,5 @@
// +build debug
package neutrinonotify
import (