This commit is contained in:
Josh Rickmar 2013-11-08 12:42:32 -05:00
parent f32b5692d5
commit 3270be61fc

View file

@ -24,14 +24,14 @@ var (
const (
// BlockConnectedNtfnId is the id of the btcd blockconnected
// notification.
BlockConnectedNtfnId = "btcd:blockconnected"
BlockConnectedNtfnId = "btcd:blockconnected"
// BlockDisconnectedNtfnId is the id of the btcd blockdisconnected
// notification.
BlockDisconnectedNtfnId = "btcd:blockdisconnected"
//TxMinedNtfnId is the id of the btcd txmined notification.
TxMinedNtfnId = "btcd:txmined"
TxMinedNtfnId = "btcd:txmined"
)
type newNtfnFn func() Notification