Merge branch 'master' into badger-viewable

This commit is contained in:
Raúl Kripalani
2020-11-06 19:34:25 +00:00
37 changed files with 1724 additions and 213 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ func NewMemory(opts *MemRepoOptions) *MemRepo {
return &MemRepo{
repoLock: make(chan struct{}, 1),
blockstore: llblockstore.WrapIDStore(llblockstore.NewTemporarySync()),
blockstore: blockstore.WrapIDStore(blockstore.NewTemporarySync()),
datastore: opts.Ds,
configF: opts.ConfigF,
keystore: opts.KeyStore,