lnd/chainntfs/btcd.go

9 lines
117 B
Go
Raw Normal View History

2015-12-16 20:55:22 -08:00
package chainntnfs
type BtcdNotifier struct {
}
func newBtcdNotifier() (*BtcdNotifier, error) {
return nil, nil
}