package chainntnfs type BtcdNotifier struct { } func newBtcdNotifier() (*BtcdNotifier, error) { return nil, nil }