lnd/chainntfs/btcd.go

9 lines
117 B
Go
Raw Normal View History

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