mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
8 lines
117 B
Go
8 lines
117 B
Go
package chainntnfs
|
|
|
|
type BtcdNotifier struct {
|
|
}
|
|
|
|
func newBtcdNotifier() (*BtcdNotifier, error) {
|
|
return nil, nil
|
|
}
|