go fmt
This commit is contained in:
parent
f32b5692d5
commit
3270be61fc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue