combined/directp publish and indexing for btc; tests

This commit is contained in:
Ian Norden
2020-04-30 17:22:22 -05:00
parent 65da8cafe7
commit 059664ffc9
11 changed files with 306 additions and 133 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ type Service struct {
// NewResyncService creates and returns a resync service from the provided settings
func NewResyncService(settings *Config) (Resync, error) {
publisher, err := super_node.NewIPLDPublisher(settings.Chain, settings.IPFSPath, settings.IPFSMode)
publisher, err := super_node.NewIPLDPublisher(settings.Chain, settings.IPFSPath, settings.DB, settings.IPFSMode)
if err != nil {
return nil, err
}