lnd.xprv/chainntfs/btcd.go

9 lines
117 B
Go
Raw Normal View History

2015-12-17 07:55:22 +03:00
package chainntnfs
type BtcdNotifier struct {
}
func newBtcdNotifier() (*BtcdNotifier, error) {
return nil, nil
}