chainntfs: remove btcd.go

* No longer needed, new package added in next commit.
This commit is contained in:
Olaoluwa Osuntokun 2016-01-06 13:02:08 -08:00
parent 8154b96d67
commit 00f2a0d7c0

View File

@ -1,8 +0,0 @@
package chainntnfs
type BtcdNotifier struct {
}
func newBtcdNotifier() (*BtcdNotifier, error) {
return nil, nil
}