This commit is contained in:
Łukasz Magiera 2019-08-01 16:20:50 +02:00
parent 9ae450620a
commit 542f645c28
3 changed files with 2 additions and 4 deletions

View File

@ -44,4 +44,4 @@ func ClientDAG(lc fx.Lifecycle, fstore dtypes.ClientFilestore) dtypes.ClientDAG
})
return dag
}
}

View File

@ -71,4 +71,3 @@ func APISecret(keystore types.KeyStore, lr repo.LockedRepo) (*APIAlg, error) {
return (*APIAlg)(jwt.NewHS256(key.PrivateKey)), nil
}

View File

@ -20,6 +20,5 @@ type ChainGCBlockstore blockstore.GCBlockstore
type ChainExchange exchange.Interface
type ChainBlockService bserv.BlockService
type ClientFilestore *filestore.Filestore
type ClientDAG ipld.DAGService
type ClientDAG ipld.DAGService