chainntnfs: guard test chain notifier under debug flag
This commit is contained in:
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 (
|
||||
|
Loading…
Reference in New Issue
Block a user