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
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7
4 changed files with 8 additions and 0 deletions

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

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

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

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