chain: Test 'manual' sync

This commit is contained in:
Łukasz Magiera
2019-07-31 10:43:13 -07:00
committed by whyrusleeping
parent 412a168151
commit cdf0e0c858
5 changed files with 80 additions and 21 deletions
+1
View File
@@ -6,6 +6,7 @@ import (
"reflect"
"time"
"github.com/ipfs/go-blockservice"
"github.com/ipfs/go-filestore"
exchange "github.com/ipfs/go-ipfs-exchange-interface"
+1
View File
@@ -60,6 +60,7 @@ func Bitswap(mctx helpers.MetricsCtx, lc fx.Lifecycle, host host.Host, rt routin
return exch.Close()
},
})
return exch
}