9 lines
117 B
Go
9 lines
117 B
Go
|
package chainntnfs
|
||
|
|
||
|
type BtcdNotifier struct {
|
||
|
}
|
||
|
|
||
|
func newBtcdNotifier() (*BtcdNotifier, error) {
|
||
|
return nil, nil
|
||
|
}
|