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
|
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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user